change referrer policy from same-origin to strict-origin

This commit is contained in:
2018-09-06 11:06:25 +02:00
parent d61466f37d
commit d38e918626

View File

@ -10,7 +10,7 @@ server {
add_header X-Robots-Tag none;
add_header X-Download-Options noopen;
add_header X-Permitted-Cross-Domain-Policies none;
add_header Referrer-Policy "same-origin";
add_header Referrer-Policy "strict-origin";
location = /robots.txt {
allow all;