set Referrer-Policy to strict-origin

This commit is contained in:
apoc4lyps
2018-08-06 09:24:34 +02:00
committed by GitHub
parent 918343865e
commit cf56be1843

View File

@@ -37,7 +37,7 @@ server {
add_header X-Download-Options noopen;
add_header X-Frame-Options "SAMEORIGIN" always;
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;