set Referrer-Policy to strict-origin
This commit is contained in:
parent
918343865e
commit
cf56be1843
@ -37,7 +37,7 @@ server {
|
|||||||
add_header X-Download-Options noopen;
|
add_header X-Download-Options noopen;
|
||||||
add_header X-Frame-Options "SAMEORIGIN" always;
|
add_header X-Frame-Options "SAMEORIGIN" always;
|
||||||
add_header X-Permitted-Cross-Domain-Policies none;
|
add_header X-Permitted-Cross-Domain-Policies none;
|
||||||
add_header Referrer-Policy no-referrer-when-downgrade;
|
add_header Referrer-Policy strict-origin;
|
||||||
|
|
||||||
index index.php index.html;
|
index index.php index.html;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user