Skip to content

Commit

Permalink
fix(global): express warning 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Mar 22, 2019
1 parent 7d629dc commit 250b0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module.exports.initHelmetHeaders = (app) => {
app.use(helmet.ieNoOpen());
app.use(helmet.hsts({
maxAge: SIX_MONTHS,
includeSubdomains: true,
includeSubDomains: true,
force: true,
}));
app.disable('x-powered-by');
Expand Down

0 comments on commit 250b0af

Please sign in to comment.