Allow cookies from different sites
This commit is contained in:
@@ -27,6 +27,7 @@ export default async ({ app }) => {
|
||||
proxy: true,
|
||||
secret: config.cookieSecret,
|
||||
cookie: {
|
||||
sameSite: false,
|
||||
secure: process.env.NODE_ENV === "production",
|
||||
maxAge: 10 * 60 * 60 * 1000,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user