disable legacy X-XSS-Protection feature
This commit is contained in:
parent
99c72543ab
commit
ebbf002a73
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user