Panopticlick – How Unique, and Trackable, Is Your Browser?
panopticlick.eff.org
Panopticlick – How Unique, and Trackable, Is Your Browser?
1–10 of 61 posts
Re: Panopticlick – How Unique, and Trackable, Is Your Browser?
#2I am uniquely identifiable out of the 3.7 million samples because of my system fonts.
Re: Panopticlick – How Unique, and Trackable, Is Your Browser?
#3Re: Panopticlick – How Unique, and Trackable, Is Your Browser?
#4Why does it need to run a java applet to do this?
Re: Panopticlick – How Unique, and Trackable, Is Your Browser?
#5Why does it need to run a java applet to do this?
Re: Panopticlick – How Unique, and Trackable, Is Your Browser?
#6Re: Panopticlick – How Unique, and Trackable, Is Your Browser?
#7Suppose you had a list of options and could selectively disable, for example, monitoring of mouse movements on one site, or ajax on another. And for this in particular, something that would feed the site random values from a particular range for fonts installed, plugins installed, screen size and other such information.
Using that data in development would still work because 99% would keep the default "true" values, and the few geeks who would change them would get what they should/would expect on sites that rely on those values. But everyone should have the power to control what info they're giving out, and what Javascript is allowed to do on their own device.
Re: Panopticlick – How Unique, and Trackable, Is Your Browser?
#8I'd like to have more control over the Javascript runtime in the browser. Defeating this identification trick is only one of the reasons. Suppose you had a list of options and could selectively disable, for example, monitoring of mouse movements on one site, or ajax on another. And for this in particular, something that would feed the site random values from a particular range for fonts installed, plugins installed,…
Sending incorrect information for Java or Flash fonts is an interesting idea, and likely would not affect user experience, as non-standard fonts are often served with the animations. Sending the wrong screen size might get you a mobile site served when you were wanting non-mobile or vice-versa. IP address and ISP are valuable bits of identifying information as well, and those are more difficult to address without using a proxy. But I would bet that randomizing your screen size for each request would break most fingerprinting code, since that would be assumed to be static.
Re: Panopticlick – How Unique, and Trackable, Is Your Browser?
#9EDIT: Maybe it is even better for browsers to broadcast the most common settings if EFF discloses this information.