Enforce Certificate Transparency

This commit is contained in:
Jonah 2019-12-01 00:50:04 -06:00
parent 084b92cd4a
commit 905c2e5deb
No known key found for this signature in database
GPG Key ID: 53ADD8CEA3D016F6
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ add_header Content-Security-Policy "default-src 'none'; script-src 'self' https:
add_header Strict-Transport-Security "max-age=31557600; includeSubDomains; preload";
add_header 'Access-Control-Allow-Origin' '*';
add_header Alt-Svc 'h2="privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd.onion:443"; ma=86400; persist=1';
add_header Expect-CT 'max-age=0';
add_header Expect-CT 'max-age=86400, enforce';
add_header Referrer-Policy "strict-origin";