set Referrer-Policy to strict-origin

master
apoc4lyps 2018-08-06 09:24:34 +02:00 committed by GitHub
parent 918343865e
commit cf56be1843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;