bundles/nginx: fix hsts header
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
79a5baa04e
commit
17828a29f8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ server {
|
||||||
resolver 8.8.8.8 8.8.4.4 valid=300s;
|
resolver 8.8.8.8 8.8.4.4 valid=300s;
|
||||||
resolver_timeout 5s;
|
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:
|
% if not do_not_set_content_security_headers:
|
||||||
add_header Referrer-Policy same-origin;
|
add_header Referrer-Policy same-origin;
|
||||||
|
|
Loading…
Reference in a new issue