mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-30 01:46:14 -05:00
11 lines
484 B
Plaintext
11 lines
484 B
Plaintext
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always;
|
|
add_header Cross-Origin-Opener-Policy "same-origin" always;
|
|
add_header Cross-Origin-Embedder-Policy "require-corp" always;
|
|
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;
|