mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-05-19 06:50:30 -04:00
add obsolete X-XSS-Protection header
This commit is contained in:
parent
af4c95f166
commit
f9a50f988a
1 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,6 @@ add_header X-Content-Type-Options "nosniff" always;
|
|||
|
||||
# obsolete when client system time is correct
|
||||
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…
Add table
Add a link
Reference in a new issue