mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Add 'sameSite' option to login cookie
This commit is contained in:
parent
33f0459883
commit
81ffed4758
@ -201,6 +201,7 @@ export default {
|
||||
/** * A Boolean indicating if the cookie transmission requires a
|
||||
* secure protocol (https). Defaults to false. */
|
||||
secure: CONFIG.COOKIE_HTTPS_ONLY,
|
||||
sameSite: 'lax',
|
||||
},
|
||||
// includeNodeModules: true, // optional, default: false (this includes graphql-tag for node_modules folder)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user