LWN.net Logo

Mozilla, Google and privacy

Mozilla, Google and privacy

Posted Aug 15, 2009 19:30 UTC (Sat) by njs (guest, #40338)
In reply to: Mozilla, Google and privacy by foom
Parent article: Ubuntu removes "multisearch"

Firefox also has this option (though AFAICT not on by default): uncheck Edit > Preferences > Privacy > Accept third party cookies.


(Log in to post comments)

Mozilla, Google and privacy

Posted Aug 15, 2009 20:01 UTC (Sat) by Tobu (subscriber, #24111) [Link]

Yeah, but it is ineffective.

I have this option in Chromium and Firefox. All it does is check that the cookie setter (RFC 2965, the dom, maybe equivalents in html5 dom storageĀ…) requests a domain compatible with the current domain.

Content included from another domain works around it, and here both Firefox and Chromium have a myriad of cookies from adservers (these aren't leftovers, they get removed at the end of a session through another firefox setting).

The problem is that the effective way to prevent this (namespace cookies with the referer domain in addition to the cookie domain) hasn't been implemented, and these settings are just a distraction. I haven't tried Safari, but at least for the browsers I use, exposing them as "block third party/tracker/adserver cookies" is misleading. Maybe there is a reason fixing this is not that simple, but I suspect the reason is a big conflict of interest.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds