Open kkachniarz220 opened 2 months ago
Due to changes in third-party cookie policy (https://developers.google.com/privacy-sandbox/cookies), one of possibility is set partitioned cookie attribute (https://developers.google.com/privacy-sandbox/cookies/chips).
partitioned
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#partitioned.
interface Cookie { ... partitioned?: boolean, }
Current workaround:
... cookie: { path: '/; Partitioned', },
Description
Due to changes in third-party cookie policy (https://developers.google.com/privacy-sandbox/cookies), one of possibility is set
partitioned
cookie attribute (https://developers.google.com/privacy-sandbox/cookies/chips).https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#partitioned.
Proposed solution
Additional details
Current workaround: