Skip to content
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

Add support for Partitioned cookie attribute #1225

Closed
wants to merge 1 commit into from

Commits on Jun 10, 2024

  1. Add support for Partitioned cookie attribute

    This attribute is used for partitioned cookies, aka Cookies Having
    Independent Partitioned State (CHIPS).
    
    This is a new feature being developed by Chrome/Chromium which was
    enabled by default starting in version 114 (current latest version is
    126).
    
    The goal of this feature is to allow third party cookies without
    allowing these third parties to track users across domains.
    
    https://developers.google.com/privacy-sandbox/3pcd/chips
    https://developer.mozilla.org/en-US/docs/Web/Privacy/Privacy_sandbox/Partitioned_cookies
    sneako committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    096f715 View commit details
    Browse the repository at this point in the history