mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-18 20:34:39 -05:00
disable legacy X-XSS-Protection feature
This commit is contained in:
parent
27934d8d58
commit
91cb36d7a0
@ -7,5 +7,5 @@ add_header Cross-Origin-Embedder-Policy "require-corp" 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;
|
||||
# obsolete, unsafe and replaced with strong Content-Security-Policy
|
||||
add_header X-XSS-Protection "0" always;
|
||||
|
Loading…
Reference in New Issue
Block a user