Came across this article and it got me thinking, are there any simple ways to defeat advanced tracking methods (fingerprinting, tracking pixels, etc.)?

Obviously you could go the Tor on a virtual machine route, or a non persistent set up like TAILS, but what about a browser that’s able to give say, a 80% solution?

I work in the security industry and am always looking for the solution that is simple enough that its palatable to a client (not asking to change your whole lifestyle, just push this button) but also relatively effective.

  • Pup Biru@aussie.zone
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    4 days ago

    i use uMatrix (by the same author as uBlock Origin), which essentially allows very granular control over what dynamic content to allow:

    per domain and subdomain you can allow script, xhr, media, frames, cookies, images, css, and other things

    so you can say, for example, on lemm.ee deny any scripts from google.com from loading and deny any xhr (so analytics can’t work even if the script is hosted on the sites own domain)

    this stops a lot of fingerprinting in its tracks (except when you need to allow eg reCAPTCHA), but it does break pretty much every website until you go and allow only known good things (like scripts and xhr to the sites own domain)

    there’s also server-side fingerprinting, which is harder again