fix lint
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
parent
238fb2727d
commit
65c85ea922
|
@ -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 New Issue