Skip to content

Commit 40b6b06

Browse files
committed
feat(hsts): trun includeSubdomain to false
BREAKING CHANGE: change default setting from `true` to `false` Signed-off-by: BoHong Li <raccoon@hackmd.io>
1 parent 66ec25d commit 40b6b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
hsts: {
1515
enable: true,
1616
maxAgeSeconds: 60 * 60 * 24 * 365,
17-
includeSubdomains: true,
17+
includeSubdomains: false,
1818
preload: true
1919
},
2020
csp: {

0 commit comments

Comments
 (0)