Skip to content

Commit 394fde6

Browse files
Use partitioned cookies
1 parent 6a430a6 commit 394fde6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/middlewares/visitor-registrar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const VISITOR_COOKIE_NAME = 'visitor';
66

77
const cookieOptions: CookieOptions = {
88
maxAge: 365 * 24 * 60 * 60 * 1000,
9+
partitioned: true,
910
sameSite: 'none',
1011
httpOnly: true,
1112
secure: true,

0 commit comments

Comments
 (0)