Skip to content

Commit

Permalink
add: hardenHeaders middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabolol committed Sep 16, 2023
1 parent c3fa80f commit 7cd313a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions routes/_middleware.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright 2023 the Deno authors. All rights reserved. MIT license.
import { setSessionState } from "@/middleware/session.ts";
import { hardenHeaders } from "@/middleware/headers.ts";

export const handler = [
setSessionState,
hardenHeaders,
];

0 comments on commit 7cd313a

Please sign in to comment.