We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f0a06 commit 2d18471Copy full SHA for 2d18471
lib/app.ts
@@ -105,7 +105,7 @@ const sessionStore = new SequelizeStore({
105
if (config.hsts.enable) {
106
app.use(helmet.hsts({
107
maxAge: config.hsts.maxAgeSeconds,
108
- includeSubdomains: config.hsts.includeSubdomains,
+ includeSubDomains: config.hsts.includeSubdomains,
109
preload: config.hsts.preload
110
}))
111
} else if (config.useSSL) {
0 commit comments