Earlier quoted context omitted.
Is it really that effective? I admit I assumed it was hard to dodge the global advertisement apparatus, but maybe it's possible. Example: jQuery is sometimes hosted on Google CDNs. You can't block that request without breaking the site, right? But that request sends all your info.
Yes, it's really that effective - blocking the facebook like button doesn't break most websites. And typically a request for something like jquery from a CDN will contain little more than your IP address and cookies. You can even prevent the cookies from being sent if you want. The only way they could get away with more than this would be to modifying the resulting script to grab more info from your machine.
Facebook can track your browsing even after you've logged out, judge says
171–180 of 208 posts
Re: Facebook can track your browsing even after you've logged out, judge says
#172Earlier quoted context omitted.
As a Firefox on Linux user I checked one of those sites that tries to estimate how many bits each public aspect of your setup reveals about you. It turned out available fonts was by far the most unique aspect of my setup.
The only surefire way is to disable javascript, extensions, cookies, etc. https://browserleaks.com has a pretty good breakdown of the different techniques you can use. There's another JS technique that probes the hardware to fingerprint a browser too. http://yinzhicao.org/TrackingFree/crossbrowsertracking_NDSS1... Use Tor Browser even if your not using Tor if you're looking for better privacy. It's modified to mitiga…
Re: Facebook can track your browsing even after you've logged out, judge says
#173Earlier quoted context omitted.
Privacy Badger is also good for things like this: you can be logged into Facebook, but Privacy Badger will block requests to Facebook from third-party sites. https://www.eff.org/privacybadger
None of these measures protect you against tracking, though. And if they don't, why use them? It's better to be honest with yourself and admit how effective tracking is nowadays. Your user agent plus unique plugin installations plus fonts installed equals a unique fingerprint across IP addresses. The above isn't an exhaustive list, either. There are dozens of tricks to track you.
Re: Facebook can track your browsing even after you've logged out, judge says
#174Earlier quoted context omitted.
Yes, it's really that effective - blocking the facebook like button doesn't break most websites. And typically a request for something like jquery from a CDN will contain little more than your IP address and cookies. You can even prevent the cookies from being sent if you want. The only way they could get away with more than this would be to modifying the resulting script to grab more info from your machine.
Isn't your IP address plus cookies enough to track you?
Re: Facebook can track your browsing even after you've logged out, judge says
#175Earlier quoted context omitted.
I just wish Privacy Badger didn't force DNT to be enabled. Not only does the entire concept mean trusting the advertising companies implicitly, the header serves to differentiate your traffic.
You're worried about browser fingerprinting? Does any Firefox extension effectively counter that? From my understanding blocking 3rd party JS is largely insufficient for accomplishing this, regardless of DNT settings. You may be right regardless that it's better to appear as much like a stock browser as possible, in terms of privacy settings, so DNT should stay disabled. But in practical terms it might not make of a…
Re: Facebook can track your browsing even after you've logged out, judge says
#176Earlier quoted context omitted.
We changed that for a reason. No use wants to be logged out that often. Actually most facebook user probably enter their password one time a month. Less if they use the mobile.
Wish it were still an option; I use quite a bit of RAM on multiple instances of browsers for this very reason.
You can test first-party isolation now by flipping the about:config pref "privacy.firstparty.isolate" to true. Beware that there are still bugs that break some sites, which is why the feature is not enabled by default yet. If you find bugs, please report them in Bugzilla! Here is the Firefox bug tracking the integration and known bugs:
Re: Facebook can track your browsing even after you've logged out, judge says
#177Sometimes I think people need a little more "Black Mirror" to see how bad this is. One of the episodes has random people basically constantly looking at and filming a woman everywhere; certainly no less than what Facebook does every day, yet somehow it doesn't seem weird to anyone?
Re: Facebook can track your browsing even after you've logged out, judge says
#178Earlier quoted context omitted.
Privacy Badger is also good for things like this: you can be logged into Facebook, but Privacy Badger will block requests to Facebook from third-party sites. https://www.eff.org/privacybadger
You can also do that with uMatrix as well as with uBlock Origin.
Re: Facebook can track your browsing even after you've logged out, judge says
#179Earlier quoted context omitted.
You're worried about browser fingerprinting? Does any Firefox extension effectively counter that? From my understanding blocking 3rd party JS is largely insufficient for accomplishing this, regardless of DNT settings. You may be right regardless that it's better to appear as much like a stock browser as possible, in terms of privacy settings, so DNT should stay disabled. But in practical terms it might not make of a…
I don't know of any tools to block fingerprinting, but here's a cool tool by the EFF for testing how unique your browser is: https://panopticlick.eff.org
For a single browser session; this should work. Over months, it's harder. A tracker would needs to at least be quite aggressive and collect a lot of information to track you, and then be fairly clever in fuzzily matching that in the future if they want to track you over time.
Which isn't to say that short-to-medium term tracking is just fine, but it's not black and white either.
Re: Facebook can track your browsing even after you've logged out, judge says
#180Firefox has a pretty neat feature I discovered recently: https://wiki.mozilla.org/Security/Contextual_Identity_Projec... It lets you run multiple sessions in one window, where each tab belongs to a specific session with separated cookies and such. I've got a bunch of tabs where I'm logged in to Facebook, another set where I'm logged in to Google and the rest of them where I'm not logged in to either. Of course they c…
Wouldn't opening several "Private Windows" achieve the same situation? What are the differences?