Skip to content

Commit

Permalink
Update hsts.conf
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Dec 14, 2024
1 parent b091ad0 commit f908aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/usr/local/nginx/conf/conf.d/include/hsts.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ more_set_headers "X-Content-Type-Options: nosniff";
more_set_headers "Referrer-Policy: strict-origin-when-cross-origin";
more_set_headers "Content-Security-Policy: $content_security_policy";

more_set_headers "Strict-Transport-Security: $hsts_header";
more_set_headers "Strict-Transport-Security: $hsts_header"; # means: max-age=63072000; includeSubDomains; preload

0 comments on commit f908aa2

Please sign in to comment.