From bc3013b82b9686476b2a34ed8658cef389ffab2f Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 17 Jan 2019 16:27:40 -0500 Subject: [PATCH] robots noindex self-hosted web vault --- util/Setup/Templates/NginxConfig.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/util/Setup/Templates/NginxConfig.hbs b/util/Setup/Templates/NginxConfig.hbs index 91fa314e9f..9e203d7ca4 100644 --- a/util/Setup/Templates/NginxConfig.hbs +++ b/util/Setup/Templates/NginxConfig.hbs @@ -58,6 +58,7 @@ server { include /etc/nginx/security-headers.conf; add_header Content-Security-Policy "{{{ContentSecurityPolicy}}}"; add_header X-Frame-Options SAMEORIGIN; + add_header X-Robots-Tag noindex; } location = /app-id.json {