samesite options
This commit is contained in:
@@ -27,7 +27,8 @@
|
|||||||
lookupQuerystring: 'lang',
|
lookupQuerystring: 'lang',
|
||||||
lookupCookie: 'current-language',
|
lookupCookie: 'current-language',
|
||||||
caches: ['cookie'],
|
caches: ['cookie'],
|
||||||
cookieMinutes: 5256000
|
cookieMinutes: 5256000,
|
||||||
|
cookieOptions: {samesite: 'lax'}
|
||||||
},
|
},
|
||||||
whitelist: ['en', 'de', 'it'],
|
whitelist: ['en', 'de', 'it'],
|
||||||
load: 'languageOnly',
|
load: 'languageOnly',
|
||||||
|
Reference in New Issue
Block a user