disable legacy X-XSS-Protection feature

This commit is contained in:
Daniel Micay 2021-12-10 04:29:44 -05:00
parent 99c72543ab
commit ebbf002a73

View File

@ -10,5 +10,5 @@ add_header Expect-CT "enforce, max-age=63072000" always;
# obsolete and replaced with Content-Security-Policy frame-ancestors 'none'
add_header X-Frame-Options "DENY" always;
# obsolete and replaced with strong Content-Security-Policy
add_header X-XSS-Protection "1; mode=block" always;
# obsolete, unsafe and replaced with strong Content-Security-Policy
add_header X-XSS-Protection "0" always;