-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Support of phasing out third-party cookies #26
Comments
Hi @sbordet , |
Yes, cookie specification changes that all browsers agree upon will be supported. |
@sbordet Nicolas |
Hi @sbordet , Just to inform you that based on investigations, we identified an issue with Google Chrome 94 to 100 if the Partitioned cookie is set. In this case, the cookie is ignored by the browser. I suggest to have a flexibility to turn it on or off. Best regards, |
Added support for cookie attributes: Domain, Path, Max-Age, Partitioned. Signed-off-by: Simone Bordet <[email protected]>
Fixes #26 - [Feature Request] Support of phasing out third-party cookies
Hi
Google plans soon to activate phasing out third-party cookies
See Third-Party Cookies doc: https://privacysandbox.com/open-web/#the-privacy-sandbox-timeline
Doc about phasing out third-party cookies: https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/#partitioned-cookies
This feature request requires the possibility to add "Partitioned" to the cookie like Secure.
The text was updated successfully, but these errors were encountered: