mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-26 11:35:55 +00:00
set Referrer-Policy to strict-origin
This commit is contained in:
parent
918343865e
commit
cf56be1843
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue