mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-20 05:14:37 -05:00
add obsolete X-XSS-Protection header
This commit is contained in:
parent
af4c95f166
commit
f9a50f988a
@ -3,3 +3,6 @@ add_header X-Content-Type-Options "nosniff" always;
|
|||||||
|
|
||||||
# obsolete when client system time is correct
|
# obsolete when client system time is correct
|
||||||
add_header Expect-CT "enforce, max-age=63072000" always;
|
add_header Expect-CT "enforce, max-age=63072000" always;
|
||||||
|
|
||||||
|
# obsolete and replaced with strong Content-Security-Policy
|
||||||
|
add_header X-XSS-Protection "1; mode=block" always;
|
||||||
|
Loading…
Reference in New Issue
Block a user