matrix.grapheneos.org/nginx/snippets/security-headers.conf
2021-05-24 14:32:54 -04:00

4 lines
201 B
Plaintext

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;