Skip to content

Commit

Permalink
Remove HttpOnly?
Browse files Browse the repository at this point in the history
  • Loading branch information
idan committed Aug 26, 2024
1 parent d734e7e commit 2c52568
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const handle: Handle = async ({ event, resolve }) => {
path: '/',
maxAge: 31536000000,
sameSite: "lax",
httpOnly: false,
domain: event.url.hostname,
});

Expand Down

0 comments on commit 2c52568

Please sign in to comment.