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

Support Cookie CHIPS #2855

Merged
merged 2 commits into from
Mar 5, 2024
Merged

Support Cookie CHIPS #2855

merged 2 commits into from
Mar 5, 2024

Conversation

pgjones
Copy link
Member

@pgjones pgjones commented Feb 27, 2024

CHIPS, Cookies Having Independent Partitioned State, allows for cookies to be opted into partitioned storage which is especially useful for thrid party cookies.

Checklist:

  • Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
  • Add or update relevant docs, in the docs folder and in code.
  • Add an entry in CHANGES.rst summarizing the change and linking to the issue.
  • Add .. versionchanged:: entries in any relevant code docs.
  • Run pre-commit hooks and fix any issues.
  • Run pytest and tox, no tests failed.

src/werkzeug/http.py Outdated Show resolved Hide resolved
CHANGES.rst Outdated Show resolved Hide resolved
src/werkzeug/http.py Outdated Show resolved Hide resolved
@hmoffatt
Copy link

hmoffatt commented Mar 4, 2024

How do you use this without Response.set_cookie also being modified to add the new parameter?

pgjones and others added 2 commits March 5, 2024 20:04
CHIPS, Cookies Having Independent Partitioned State, allows for
cookies to be opted into partitioned storage which is especially
useful for thrid party cookies.
@pgjones pgjones merged commit 32e6951 into pallets:main Mar 5, 2024
11 checks passed
@pgjones pgjones deleted the chips branch March 5, 2024 20:08
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 20, 2024
@davidism davidism added this to the 3.1.0 milestone Apr 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants