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 cea5154 commit 0b096c1Copy full SHA for 0b096c1
index.js
@@ -42,7 +42,7 @@ module.exports = function hsts(options) {
42
header += '; preload';
43
}
44
45
- return function hsts(req, res, next) {
+ return function hsts(req, res, next) {
46
47
var setHeader;
48
if (setIf) {
0 commit comments