Skip to content

Commit

Permalink
left a comment un-remmed
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Nov 9, 2024
1 parent 9e2c392 commit 2578173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

3 comments on commit 2578173

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on 2578173 Nov 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

HTTP status client error (404 Not Found) for url (https://deno.land/x/[email protected]/core/utils)

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on 2578173 Nov 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

HTTP status client error (404 Not Found) for url (https://deno.land/x/[email protected]/core/utils)

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on 2578173 Nov 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

HTTP status client error (404 Not Found) for url (https://deno.land/x/[email protected]/core/utils)

Please sign in to comment.