-
Notifications
You must be signed in to change notification settings - Fork 581
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
Add support for partitioned cookies #2196
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like some values are not ordered alphabetically and documentation is missing.
We could also mark this as experimental, though it is implemented in most browsers. |
This pull request is now in conflicts. Could you fix it @rawleyfowler? 🙏 |
This pull request is now in conflicts. Could you fix it @rawleyfowler? 🙏 |
Summary
Firefox is soon going to ignore third-party aka "foreign" aka
SameSite: None
Motivation
These changes allow Mojolicious to handle the new "Partitioned" attribute, as well as adding the ability to set
Partitioned
onMojolicious::Sessions
cookies.References
https://www.ietf.org/archive/id/draft-cutler-httpbis-partitioned-cookies-00.html
https://github.com/privacycg/CHIPS
fixes #2179