Skip to content

Layered Cookies integration #1826

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

Open
3 tasks
annevk opened this issue May 19, 2025 · 0 comments
Open
3 tasks

Layered Cookies integration #1826

annevk opened this issue May 19, 2025 · 0 comments

Comments

@annevk
Copy link
Member

annevk commented May 19, 2025

What is the issue with the Fetch Standard?

https://datatracker.ietf.org/doc/draft-ietf-httpbis-layered-cookies is the latest Cookies work at the IETF with the express goal of tackling httpwg/http-extensions#2084.

#1807 is the first step towards integrating that with Fetch. This will solve #693. It should also solve part of Storage Access' needs (though the remainder of that API will still need upstreaming to HTML).

Then we have these remaining pieces that all need some detailed attention:

  • Cookie Store API integration. In particular due to the Cookie Store API having events, this comes with some difficulty.
  • Clear-Site-Data integration. This should be mostly straightforward work, but might require new hooks in the Cookies section (which the first step PR will introduce).
  • Service Workers integration. I believe some work is required here still, though not entirely sure.

Ideally we ensure that there's sufficient test coverage at each incremental point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant