mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 02:35:09 +02:00
insecure cookie for now to fix smart sync
This commit is contained in:
parent
e5799a1abb
commit
accdac875c
@ -55,8 +55,8 @@ const { NODE_ENV: mode } = process.env;
|
|||||||
resave: false,
|
resave: false,
|
||||||
//cookie to send to users
|
//cookie to send to users
|
||||||
cookie: {
|
cookie: {
|
||||||
sameSite: true,
|
sameSite: false,
|
||||||
secure: NODE_ENV === 'production',
|
secure: false,
|
||||||
maxAge: parseInt(SESS_LIFETIME)
|
maxAge: parseInt(SESS_LIFETIME)
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user