Skip to content

Commit

Permalink
Update (dev)dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 21, 2019
1 parent 942fc5b commit 629473f
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 173 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ app.use(helmet({

app.use(helmet.hsts({
force: true,
includeSubdomains: true,
maxAge: 63072000, // 2 years
includeSubDomains: true,
maxAge: 63072000, // 2 years
preload: true
}));

Expand Down

0 comments on commit 629473f

Please sign in to comment.