Skip to content

Commit 9b544be

Browse files
committed
Do not enable HSTS by default globally
1 parent 59f3b05 commit 9b544be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install/deb/nginx/nginx.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ http {
116116
ssl_stapling_verify on;
117117
resolver 1.0.0.1 1.1.1.1 valid=300s;
118118
resolver_timeout 5s;
119-
add_header Strict-Transport-Security "max-age=31536000";
120119
add_header X-Frame-Options SAMEORIGIN;
121120
add_header X-Content-Type-Options nosniff;
122121

0 commit comments

Comments
 (0)