summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nginx/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index ca9d3f9e..9074f3e5 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -229,7 +229,7 @@ http {
# Feature-Policy is being replaced by Permissions-Policy
add_header Feature-Policy "accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; battery 'none'; camera 'none'; display-capture 'none'; document-domain 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; publickey-credentials-get 'none'; screen-wake-lock 'none'; sync-xhr 'none'; xr-spatial-tracking 'none'" always;
add_header Cache-Control "public, max-age=1800";
- add_header X-Robots-Tag "none";
+ add_header X-Robots-Tag "noindex";
try_files $uri.html =404;
http2_push /grapheneos.css?29;
}