-
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
What is FPS for? #62
Comments
Thanks for the question! Perhaps our attempt to strictly follow the normative format in the prescribed W3C explainer template didn't serve us very well; because I think of FPS less as a concrete platform feature, and more as a technical manifestation of the concept of "party" or "same-party", as pertains to the definition of "tracking on the web". IMO, the direct answer to the question you posed is:
(However, many find this answer too abstract, because they are looking for more concrete goals like they would typically see in an explainer for a new platform feature, and that's how goals 1 and 3 came in) Here, "privacy mechanisms" refers to changes to existing platform features (such as restrictions on access to cross-site cookies), as well as new platform features (such as WebID), that are defined elsewhere. The collective goal of these mechanisms is to (loosely speaking) "prevent tracking on the web". The DNT specification's definition of tracking, which is consistent with major browsers' definitions, is as follows:
I personally find Mozilla's paraphrasing of the same sentence easier to read:
In fact, the DNT specification also had a technical manifestation of "same-party" that sites self-declared [example]. Further, the specification says:
Important: With the FPS proposal, we explicitly do not want to automatically make different security decisions for same-party domains. This is because modern web applications may consciously choose to separate untrusted content onto another same-party domain. We list the set of mechanisms that we intend for to use FPS in the explainer's Applications section. We won't claim that the list is complete, because much of the work in this space is actively evolving. In fact, we already know that we need to add navigational tracking / bounce tracking prevention as another application (but that work item is just now spinning up in the PrivacyCG). As evidenced on #53 , we don't all agree on the set of applications yet; but as you suggest, perhaps the key to resolution is to first examine the answer to your headline question. I hope my explanation delivered an answer. |
Perhaps @krgovind could use an existing set as an example? Google defines what could be considered a set in their browser source code today. See this list.
How would FPS apply to this group of domains and what would the benefits for the web be? |
None of these are likely to be visited as a FP |
@jwrosewell - Based on the source code call-sites/references to that function, I don't believe that list is related to First-Party Sets, since the usage does not overlap with our list of proposed Applications in the browser. |
@krgovind - Thank you for confirming this group of domains would not be considered a first party set. I wonder therefore what this set of domains should be called. Perhaps a third-party set? |
My apologies for missing your last message. I don't believe we need to define a "third-party set", or any platform API at this time because the usage of the list doesn't pertain to any platform-wide capability/usecase. |
I'm closing this issue since I've answered the originally posted questions in my comment. |
I was specifically looking for answers from others, because it was not clear that there was agreement about the purpose of the feature. @krgovind, do you truly believe that this ambiguity has been resolved? |
Ah sorry, I didn't realize that you were posing the question to the group at-large. You had quotes from the explainer, so I presumed those needed clarification. :) Would it be helpful for us to expand on the Applications section, and how these fit in with privacy protections across browsers? |
What I'm looking for is some sort of consensus about the purpose. |
Right. I'm suggesting that perhaps discussing what Applications there is interest in, will lead us to consensus on the purpose. I think of FPS/"party" as more a concept analogous to "origin" or "site", and less as a mechanism. My apologies if I'm being slow to fully comprehend the central question here; but IMO, the methodology we could go about getting to the purpose really depends on how many of us are comfortable with "bottom-up" vs. "top-down" thinking. I'm suggesting the "bottom-up" approach. |
@martinthomson, please look at PR #84 for potential applications of FPS. Our goal is to use the application section to drive consensus on use cases & purpose for FPS. |
Emberi nyelven, emberi logika mentén emberi használatra tervezünk és fejlesztünk. |
In #53, it seems like a lot of the discussion is cross purposes. It seems like there are a number of different ideas floating around and it is hard to make progress in those conditions.
It seems like there is an almost deliberate attempt to avoid defining a singular purpose for FPS. That is, the purpose of FPS seems to be something that different browsers decide on their own.
I'll credit @annevk with this analogy, though he used it in a different context: there is a switch that we know how to turn on and off, but we don't know what it is hooked up to.
If this switch is not hooked up to the same thing, that a failure of this process. The entire point of incubation is so that we can agree to work toward a common goal.
I thought it might be worth examining the stated goals more closely, but I didn't find those helped answer this question for me.
This is a means, not an ends. For this to be a goal, we would need agreement about what being "first-party" means.
Ah, there it is. That's a good goal for a specification, but it doesn't really say anything about the goal of the mechanism that is being specified.
This is, I think concrete enough to act on. But it's fairly clear from the other points, along with the swathe of other proposals that refer to FPS, that this is not the entire picture.
(FWIW, I'm not trying to be disingenuous here with the question; I think that this ambiguity is really harming attempts to make progress toward any sort of resolution. I might not like FPS as proposed, but that could just due to a poor assumption on my part. Discussion on #53 showed that there is a much wider diversity of assumptions than I had expected, so I thought it worth clarifying.)
The text was updated successfully, but these errors were encountered: