diff --git a/src/lib/translations/index.js b/src/lib/translations/index.js index 5c2f412..825ac45 100644 --- a/src/lib/translations/index.js +++ b/src/lib/translations/index.js @@ -128,6 +128,6 @@ export const { locale.subscribe(($locale) => { if (typeof document !== 'undefined') { - document.cookie = `locale=${$locale}; path=/; SameSite=Strict;`; + document.cookie = `locale=${$locale}; path=/; SameSite=None; Secure`; } });