use more permissive X-Robots-Tag for web-install

This commit is contained in:
Daniel Micay 2021-01-07 11:00:37 -05:00
parent 50ff36ba8d
commit ee25be54bf

View File

@ -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;
}