Skip to content

Commit a24e7c0

Browse files
committed
fix(example-lb3-application): remove deprecation warning
Fix configuration of Helmet middleware to remove the following warning: hsts deprecated The "includeSubdomains" parameter is deprecated. Use "includeSubDomains" (with a capital D) instead.
1 parent d57f272 commit a24e7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lb3-application/lb3app/server/middleware.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"helmet#hsts": {
2121
"params": {
2222
"maxAge": 0,
23-
"includeSubdomains": true
23+
"includeSubDomains": true
2424
}
2525
},
2626
"helmet#hidePoweredBy": {},

0 commit comments

Comments
 (0)