mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 02:14:26 +00:00
Remove deprecated 'X-XSS-Protection' header (#6871)
This commit is contained in:
parent
7313f996d3
commit
ae3ef391ee
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ ssl_session_tickets off;
|
|||
|
||||
add_header Strict-Transport-Security "max-age=15768000;";
|
||||
add_header X-Content-Type-Options nosniff;
|
||||
add_header X-XSS-Protection "1; mode=block";
|
||||
add_header X-Robots-Tag none;
|
||||
add_header X-Download-Options noopen;
|
||||
add_header X-Frame-Options "SAMEORIGIN" always;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue