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
    13
    ·
    edit-2
    3 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

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

        you’re welcome! you too!

        it should be noted though that it hasn’t been updated since 2021, and its repo has been archived (i’m not sure of the reasons). it still works great, but it’s not going to get any updates

        • Hominine@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          3 days ago

          I wouldn’t have known, it’s very granular and not for the faint of heart (or technically limited.) Just what OP asked for!

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

            i’ve tried using dynamic filtering before, but honestly the UI for it is horrible… their example they give for allowing youtube embeds shows my issue with it pretty well:

            their solution is either to allow everything from google.com and youtube.com, or to allow all 3rd party frames

            uMatrix allows me to, for example, allow 3rd party frames only from youtube.com, and block cookies for those same frames (heck you could even allow frames and block CSS originating from google if that worked!)

            this is particularly useful for analytics services… sometimes the whole page won’t load if an analytics script doesn’t load, so you can allow only scripts and block xhr so it can’t send pings back home

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

                gimme an advanced advanced mode that mimicks the uMatrix UI and i’d donate monthly for sure - uMatrix is one of my most used tools! i’d switch to uBO if the UI were as powerful