lint
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
parent
28a5dcfa31
commit
858800ad2d
1 changed files with 3 additions and 3 deletions
|
@ -20,11 +20,11 @@ export function makeHstsHook(host: string, preload: boolean = false): onRequestH
|
|||
reply.header('strict-transport-security', 'max-age=31536000; includeSubDomains; preload');
|
||||
}
|
||||
done();
|
||||
}
|
||||
};
|
||||
} else {
|
||||
return (request, reply, done) => {
|
||||
reply.header('strict-transport-security', 'max-age=15552000');
|
||||
done();
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue