mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-03-01 12:44:37 +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