Skip to content

Commit 2d18471

Browse files
committed
use new parameter in hsts
1 parent 75f0a06 commit 2d18471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const sessionStore = new SequelizeStore({
105105
if (config.hsts.enable) {
106106
app.use(helmet.hsts({
107107
maxAge: config.hsts.maxAgeSeconds,
108-
includeSubdomains: config.hsts.includeSubdomains,
108+
includeSubDomains: config.hsts.includeSubdomains,
109109
preload: config.hsts.preload
110110
}))
111111
} else if (config.useSSL) {

0 commit comments

Comments
 (0)