mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-18 20:34:39 -05:00
set same-origin COOP header
This commit is contained in:
parent
7abbe44836
commit
e5da30c9a6
@ -1,4 +1,5 @@
|
|||||||
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always;
|
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always;
|
||||||
|
add_header Cross-Origin-Opener-Policy "same-origin" always;
|
||||||
add_header X-Content-Type-Options "nosniff" always;
|
add_header X-Content-Type-Options "nosniff" always;
|
||||||
|
|
||||||
# obsolete when client system time is correct
|
# obsolete when client system time is correct
|
||||||
|
Loading…
Reference in New Issue
Block a user