bundles/nginx: fix hsts header
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-08-14 08:23:41 +02:00
parent 79a5baa04e
commit 17828a29f8
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -18,7 +18,7 @@ server {
resolver 8.8.8.8 8.8.4.4 valid=300s;
resolver_timeout 5s;
add_header Strict-Transport-Security "max-age=31104000; preload";
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains";
% if not do_not_set_content_security_headers:
add_header Referrer-Policy same-origin;