Live data from Hacker News

Researchers Expose Cunning Online Tracking Service That Can’t Be Dodged

wired.com

1–10 of 151 posts

Re: Researchers Expose Cunning Online Tracking Service That Can’t Be Dodged

#2
The article focuses mostly on legal measures (e.g. lawsuits, regulation), but my guess is that those would only deter the largest companies. What I'm more worried about is why 'incognito' modes in current browsers don't appear to stymie this tracking, and how likely it is that that can be fixed.

Re: Researchers Expose Cunning Online Tracking Service That Can’t Be Dodged

#4
Can it be dodged by emptying browser cache as well blocking iframes which I assume is causing such content to be stored in browser?

Edit: seems so: snip ... the persistent tracking can only be avoided by erasing the browser cache between visits.

Re: Researchers Expose Cunning Online Tracking Service That Can’t Be Dodged

#7

is there any indication on where the data is stored?

Yes, but not easily seen unless you have a tool like FireBug to see.

It works by setting a unique cache tag (etag as in screenshot) for each user of a resource such as HTML, JPG, GIF, etc files. The later requests can then be extrapolated of what the user views per site. It's in effect, a cookie.

I think it's quite brilliant as an alternative to cookies but unfortunately I can't use it as a form of cookies as they are not a HTTP standard.

More: https://secure.wikimedia.org/wikipedia/en/wiki/HTTP_ETag

Re: Researchers Expose Cunning Online Tracking Service That Can’t Be Dodged

#10

The article focuses mostly on legal measures (e.g. lawsuits, regulation), but my guess is that those would only deter the largest companies. What I'm more worried about is why 'incognito' modes in current browsers don't appear to stymie this tracking, and how likely it is that that can be fixed.

From what i gather it's basically just an evercookie. Block kissmetrics with a host file, firewall, Ghostery (Not the chrome version, though), RequestPolicy, etc or defeat evercookie through usual means and you'll be fine.
Post reply on HN