-
Notifications
You must be signed in to change notification settings - Fork 77
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
Fragmented FPS implementation in UAs #66
Comments
Hi @rhiaro - FPS aims to preserve workflows/usecases that rely on existing cross-site relationships of domains on the web, as long as the domains in question are part of the same FPS. Specifically, this is useful in the face of new "on-by-default" restrictions on third party data sharing within browser. Within the context of FPS and SameParty cookies, a browser that doesn't implement FPS and SameParty cookies would be in no different than today's situation when a browser blocks third party cookies. Even within browsers that implement FPS, there will likely be a stricter mode that allows users to opt-out of FPS as a feature. |
@rhiaro - FYI, we published a significant update to the proposal with #92 (changes have been merged into main); which changes my response. We have since abandoned development of the |
I'd like to see exploration of what happens when a UA doesn't implement FPS when others do (including what happens to older browsers that are never going to get updated); and when different UAs ship with different FPS lists. How badly can things break from an end user perspective, and from a site owner/admin perspective?
I'm worried about sites blocking access to UAs that don't implement FPS, or to users who have FPS turned off.
(originally posted in #45 (review))
The text was updated successfully, but these errors were encountered: