Change cookie

This commit is contained in:
2021-08-20 10:47:06 +02:00
parent 92f47dd8ef
commit 0c3640e507

View File

@@ -77,9 +77,7 @@ const sessionConfig: SessionConfig = {
cookie: {
path: '/',
httpOnly: true,
sameSite: true,
domain: '.arthurdanjou.fr',
secure: true
sameSite: false,
},
/*