matrix.grapheneos.org/nginx/snippets/security-headers.conf

6 lines
248 B
Plaintext
Raw Normal View History

2021-05-24 17:52:50 +00:00
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always;
add_header X-Content-Type-Options "nosniff" always;
2021-06-18 08:38:02 +00:00
# obsolete when client system time is correct
2021-05-24 17:52:50 +00:00
add_header Expect-CT "enforce, max-age=63072000" always;