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

Adding cookie "Partitioned" flag #2202

Open
Mickael-van-der-Beek opened this issue Nov 4, 2024 · 0 comments
Open

Adding cookie "Partitioned" flag #2202

Mickael-van-der-Beek opened this issue Nov 4, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@Mickael-van-der-Beek
Copy link

Mickael-van-der-Beek commented Nov 4, 2024

Is your feature request related to a problem? Please describe.

Recently, browsers have added a new flag called Partitioned that allow cross-origin cookie setting on browsers where third party cookies are disabled (Safari, Firefox, future Chrome):

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#partitioned

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#partitioned_cookie

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

Describe the solution you'd like

I'd love for the currently available Cookie class to support the new Partitioned flag.

Describe alternatives you've considered

It does not seem to be currently possible to set arbitrary strings as flags on Drogon cookies.

@an-tao an-tao added the good first issue Good for newcomers label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants