Update cookie policy
Some checks are pending
Deploy / deploy (push) Waiting to run

This commit is contained in:
Leonardo Murça 2025-06-05 00:34:56 -03:00
parent 3e252d34c3
commit 563af3d90f

View file

@ -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`;
}
});