added "add_header Referrer-Policy "no-referrer" always;" as per official docs

This commit is contained in:
yeoldegrove 2018-10-29 15:12:32 +01:00
parent 06d65f7fe8
commit 1bf7360aa6

View File

@ -12,6 +12,7 @@ server {
add_header X-Robots-Tag none; add_header X-Robots-Tag none;
add_header X-Download-Options noopen; add_header X-Download-Options noopen;
add_header X-Permitted-Cross-Domain-Policies none; add_header X-Permitted-Cross-Domain-Policies none;
add_header Referrer-Policy "no-referrer" always;
location = /robots.txt { location = /robots.txt {
allow all; allow all;