diff --git a/serve.ts b/serve.ts index cba2f39..471b0d2 100644 --- a/serve.ts +++ b/serve.ts @@ -35,7 +35,7 @@ function isProtected(req) { // assumes you are precompressing, say with the brotli plugin server.use(precompress()); server.use(expires()); -pass your preferred security header options: +// pass your preferred security header options: server.use(csp({ "Strict-Transport-Security": { maxAge: DEFAULT_MAX_AGE,