From 563af3d90fa94d7b4e5b3b2e9dcf1977b71f6bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= Date: Thu, 5 Jun 2025 00:34:56 -0300 Subject: [PATCH] Update cookie policy --- src/lib/translations/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`; } });