EFF's Panopticlick 2.0 Launches with Tracker Protection Tests
panopticlick.eff.org
EFF's Panopticlick 2.0 Launches with Tracker Protection Tests
1–10 of 37 posts
Re: EFF's Panopticlick 2.0 Launches with Tracker Protection Tests
#2Re: EFF's Panopticlick 2.0 Launches with Tracker Protection Tests
#3Re: EFF's Panopticlick 2.0 Launches with Tracker Protection Tests
#4Is there any solid guide to preventing browser fingerprinting? Or is the only protection constantly changing your accept headers + user agent?
Re: EFF's Panopticlick 2.0 Launches with Tracker Protection Tests
#5In fingerprinting, the browser plugins and user agent are the most identifying parameters as far as I'm concerned. Does anybody know workarounds to hide or standardize those parameters?
Re: EFF's Panopticlick 2.0 Launches with Tracker Protection Tests
#6In fingerprinting, the browser plugins and user agent are the most identifying parameters as far as I'm concerned. Does anybody know workarounds to hide or standardize those parameters?
For Firefox, you can automatically spoof the UA with a tool like https://addons.mozilla.org/en-US/firefox/addon/random-agent-...
It's more plausible for a large population of browsers to share a single spoofed user agent; all of the Tor Browsers pretend to be a single specific version of Firefox for Windows.
Re: EFF's Panopticlick 2.0 Launches with Tracker Protection Tests
#7Earlier quoted context omitted.
For Firefox, you can automatically spoof the UA with a tool like https://addons.mozilla.org/en-US/firefox/addon/random-agent-...
Spoofing your user agent on your own typically makes you easier to fingerprint, not harder. See footnote 3 of the Panopticlick 1.0 paper: https://panopticlick.eff.org/static/browser-uniqueness.pdf It's more plausible for a large population of browsers to share a single spoofed user agent; all of the Tor Browsers pretend to be a single specific version of Firefox for Windows.
Re: EFF's Panopticlick 2.0 Launches with Tracker Protection Tests
#8Is there any solid guide to preventing browser fingerprinting? Or is the only protection constantly changing your accept headers + user agent?
"For day-to-day use, the best options are to run tools like Privacy Badger or Disconnect that will block some (but unfortunately not all) of the domains that try to perform fingerprinting, and/or to use a tool like NoScript for Firefox, which greatly reduces the amount of data available to fingerprinters." https://panopticlick.eff.org/about#defend-against
Also, does this test check for that and/or give points for that?
Here is the HOSTS file I use to block ads: http://winhelp2002.mvps.org/hosts.txt
Re: EFF's Panopticlick 2.0 Launches with Tracker Protection Tests
#9Earlier quoted context omitted.
For Firefox, you can automatically spoof the UA with a tool like https://addons.mozilla.org/en-US/firefox/addon/random-agent-...
Spoofing your user agent on your own typically makes you easier to fingerprint, not harder. See footnote 3 of the Panopticlick 1.0 paper: https://panopticlick.eff.org/static/browser-uniqueness.pdf It's more plausible for a large population of browsers to share a single spoofed user agent; all of the Tor Browsers pretend to be a single specific version of Firefox for Windows.
Re: EFF's Panopticlick 2.0 Launches with Tracker Protection Tests
#10Earlier quoted context omitted.
Spoofing your user agent on your own typically makes you easier to fingerprint, not harder. See footnote 3 of the Panopticlick 1.0 paper: https://panopticlick.eff.org/static/browser-uniqueness.pdf It's more plausible for a large population of browsers to share a single spoofed user agent; all of the Tor Browsers pretend to be a single specific version of Firefox for Windows.
I used to spoof user agents, randomly mutating. Then last month I started to run into sites that refused to load/render for incorrect strings. It appears the Google and other large companies are now sending customized versions of their page based on the user agent which I can only speculate is an attempt to save bandwidth. By taking advantage of implementation specific features, they not only eliminate all of the ext…