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