-
Notifications
You must be signed in to change notification settings - Fork 21
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
Define the behavior for third-party cookie blocking. #52
Comments
Context: https://bugs.chromium.org/p/chromium/issues/detail?id=540525#c14
|
In the Fetch integration section, we describe that I would see third-party blocking as user's indication that no third party So I would argue that this is not missing from the spec, we actually spec'd the opposite! :-) @mikewest , I remember that we were going back and forward on this issue a lot before we shipped. What's the rationale for the change? There are arguments in crbug.com/540525 for not respecting cookie deletion, although granted, that's more relevant for |
How do we think sites will use More problematic for framed 3rd party content, but if cookies are meaningful in that context and 3rd party cookies are blocked then it's not going to be functional framed content. If logging out via
3 or 4 bits currently (cache, cookies, storage, executionContexts--not sure the last one is useful), though that's not much worse. But in the same way you could construct a bit field deleting individual cookies with Although I was in favor of this issue when we discussed it in TPAC I think I'm coming around to leaving things as they stand unless we start seeing things break in practice as people start to use this feature. |
The privacy/security concern here is that a user may have configured their browser to block third-party cookies, then use a "logout" feature on a site that's part of a federated set of services (e.g. Windows Live, Google, etc). A site's developers may fail to recognize that |
We believe that
Clear-Site-Data
ought to take effect even when the user has chosen to block third-party cookies from a given site. That's apparently not what Chrome is doing.The text was updated successfully, but these errors were encountered: