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