update dockerfile; use incognito mode

This commit is contained in:
Archeb
2024-06-22 02:01:48 +08:00
parent a917c0cc04
commit 29fa845577
2 changed files with 43 additions and 3 deletions
+10
View File
@@ -54,6 +54,16 @@ function getSessionCookie(jwtSession, jwtToken) {
httpOnly: true,
secure: true,
sameSite: "Lax",
},
{
name: "incognito",
value: "true",
domain: "you.com",
path: "/",
expires: 1800000000,
httpOnly: true,
secure: true,
sameSite: "Lax",
}
];
}