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

📝 [Proposal]: Add support for CHIPS (Cookies Having Independent Partitioned State) #3002

Closed
3 tasks done
gaby opened this issue May 15, 2024 · 0 comments · Fixed by #3047
Closed
3 tasks done

📝 [Proposal]: Add support for CHIPS (Cookies Having Independent Partitioned State) #3002

gaby opened this issue May 15, 2024 · 0 comments · Fixed by #3047

Comments

@gaby
Copy link
Member

gaby commented May 15, 2024

Feature Proposal Description

Add support to Fiber for CHIPS cookies. These allow developers to opt a cookie into partitioned storage. With CHIPS, separate cookie jars are maintained per top-level site, improving privacy and mitigating cross-site tracking.

Google Developers - CHIPS

Alignment with Express API

N/a

HTTP RFC Standards Compliance

N/a

API Stability

Stable since 2022 on Chromium based browsers. Not yet supported by Firefox/Safari.

https://developer.mozilla.org/en-US/docs/Web/Privacy/Privacy_sandbox/Partitioned_cookies

Feature Examples

FastHTTP Pull Request: valyala/fasthttp#1752

Checklist:

  • I agree to follow Fiber's Code of Conduct.
  • I have searched for existing issues that describe my proposal before opening this one.
  • I understand that a proposal that does not meet these guidelines may be closed without explanation.
@gaby gaby added this to the v3 milestone May 15, 2024
@gaby gaby added this to v3 May 15, 2024
@efectn efectn moved this to Todo in v3 May 18, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in v3 Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant