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

4 lines
201 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;
add_header Expect-CT "enforce, max-age=63072000" always;