update cookies

This commit is contained in:
2021-09-10 17:10:43 +02:00
parent f3b959ccc7
commit 3da0360b74
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ export const http: ServerConfig = {
cookie: {
path: '/',
httpOnly: true,
sameSite: false,
sameSite: 'none',
},
/*

View File

@@ -77,7 +77,7 @@ const sessionConfig: SessionConfig = {
cookie: {
path: '/',
httpOnly: true,
sameSite: false,
sameSite: 'none',
},
/*