-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Description
Problem
Google in their quest to remove third party cookies are proposing moving to yet another cookie standard.
It's both better than, and worse than the same site changes we had to go through before to keep oauth's lights on for IdPs that couldn't support more modern flows.
The CHIPS proposal adds new attributes to cookies, and as we've traditionally had strong properties on cookies any new cookie property needs a lot of work to support, and we end up having a slow reaction.
Potential solution
I propose a general property bag of names and values (with values allowing for NULL) for outbound cookie properties, which would allow customers to be more flexible in what gets added as a cookie property and not have to wait for us to push new code to test out a standard which may, or may not get ratified.
Of course the property bag would have to nicely sync with the existing "strong" properties.