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 {