mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-03-07 14:05:58 -05:00
add Origin-Agent-Cluster header
This commit is contained in:
parent
53f0d30d1b
commit
fa61606984
@ -3,6 +3,7 @@ add_header X-Content-Type-Options "nosniff" always;
|
||||
add_header Referrer-Policy "no-referrer" always;
|
||||
add_header Cross-Origin-Opener-Policy "same-origin" always;
|
||||
add_header Cross-Origin-Embedder-Policy "require-corp" always;
|
||||
add_header Origin-Agent-Cluster "?1" always;
|
||||
|
||||
# obsolete when client system time is correct
|
||||
add_header Expect-CT "enforce, max-age=63072000" always;
|
||||
|
Loading…
x
Reference in New Issue
Block a user