diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-07 11:00:37 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-07 11:00:37 -0500 |
| commit | ee25be54bfb1086c4f16fa0ee4e107352ef9dc94 (patch) | |
| tree | 5706a15aaa9738576e57eec695445aac05e1f453 | |
| parent | 50ff36ba8d0406be7aafd029315a49dbb126f09d (diff) | |
use more permissive X-Robots-Tag for web-install
| -rw-r--r-- | nginx/nginx.conf | 2 |
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; } |
