Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
pacify hsts includeSubdomains deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
f-w committed Feb 25, 2020
1 parent 9ecd0e5 commit 50a8e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notification",
"version": "1.13.5",
"version": "1.13.7",
"dbSchemaVersion": "0.6.0",
"main": "server/server.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server/middleware.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"helmet#hsts": {
"params": {
"maxAge": 0,
"includeSubdomains": true
"includeSubDomains": true
}
},
"helmet#hidePoweredBy": {},
Expand Down

0 comments on commit 50a8e06

Please sign in to comment.