pallets / werkzeug

The comprehensive WSGI web application library.
https://werkzeug.palletsprojects.com
BSD 3-Clause "New" or "Revised" License
6.67k stars 1.73k forks source link

Support Cookie CHIPS #2855

Closed pgjones closed 9 months ago

pgjones commented 9 months ago

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

Checklist:

hmoffatt commented 9 months ago

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