fix(session): cookie sameSite must be false
This commit is contained in:
parent
428f49c801
commit
1ffe22be10
|
@ -65,7 +65,7 @@ module.exports = {
|
|||
*/
|
||||
cookie: {
|
||||
httpOnly: true,
|
||||
sameSite: true,
|
||||
sameSite: false,
|
||||
path: '/'
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user