Discussion: Full Third-Party Cookie Blocking #516
Comments
|
Switching Ghostery to full 3rd party cookie blocking (with some compatibility exceptions) is simple - there is a config option in enhance anti-tracking to do this. I'm not sure we'd be able to turn this on for all users at present because of the amount of sites it breaks. Hopefully Safari's changes will help improve this situation though. We cloud look at exposing this as a setting for users who want that extra protection though (cc @christophertino). Note, however, that Ghostery cookie blocking is limited to HTTP cookies. At the moment we do not block cookies created from DOM APIs (i.e. All browsers do support native 3rd party cookie blocking though, which will block the DOM cookie API, and also |
|
@sammacbeth Thanks for the response, For Ghostery, honestly, I didn't know how these settings would affect other modules. Even though I would love to see it become the extension version of Cliqz Browser, not being able to fully achieve that was the reason why you started building your own browser. As long as it strips out PII from third-party requests with anti-tracking, I'm fine with it giving compromises. |
|
@sammacbeth Quick question then, if I set Firefox to block third party cookies, will that affect Ghostery's heuristics for anti-tracking? (Not talking about cookie blocking obviously but the PII removal.) |
No. The unsafe data removal system runs irrespective of cookie setting. |
|
Hey @sammacbeth, I did set Firefox to block all third party cookies which also broke Ghostery's login functions in the sense that it logged me out from the extension and even if I log in it instantly logs out. You think this is fixable? |
|
You'll need to set an exception in FF to fix this. From about:preferences#privacy > Cookies & Site Data > Manage Exceptions > Manage Permissions > Add an "Allow" exception for https://consumerapi.ghostery.com |
|
Thanks for your help. Closing the issue for now then. If someone’s gonna take this step, it should be the browsers anyway. |
Description
Apple's Safari has started to fully block third party cookies by default. It is funny because Cliqz did this years ago with their products and called this "a simple approach". Now I don't know how much it will take Firefox or others to follow up but Safari doing it should be able to force the majority of websites to become compatible with the update.
As Firefox already blocks a big chunk of third party cookies, maybe Ghostery should be the extension to take it one step further and implement this as anyone who installs an extension to further their privacy should expect this kind of protection. Or maybe, waiting for other browsers to take action would be the better thing to do as then you wouldn't have to modify your code for anti-tracking multiple times. What do you think?
Edit: I've seen the recent update to the browser-core which makes cookie blocking more aggressive. IMO fully blocking them should still be discussed.
The text was updated successfully, but these errors were encountered: