mark Expect-CT as partially obsolete

This commit is contained in:
Daniel Micay 2021-06-18 04:38:02 -04:00
parent c473761dfb
commit af4c95f166

View File

@ -1,3 +1,5 @@
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" 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;