mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
change referrer policy from same-origin to strict-origin
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user