I went on amiunique.com, and it says that I’m unique.

Lowest scores: list of fonts JS (0.01%), canvas (0.00%), media devices (0.00%), user agent (0.11%), and audio data (0.80%)

I use Linux Mint Debian edition, Librewolf browser, and Mullvad VPN. How do I become less unique?

  • Zikeji@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 day ago

    The test is simply showing two fingerprints for your browser. One, the server fingerprint, is one that any tracker can see. The other, the client fingerprint, is what can be used if you have Javascript enabled.

    Instead of inundating you with test results, this one is simple - check to see if your fingerprints change between browsing sessions. If they don’t change, that means you can be tracked. In which case you can mess with settings and try again.

    • FeelzGoodMan420@eviltoast.org
      link
      fedilink
      English
      arrow-up
      0
      arrow-down
      1
      ·
      1 day ago

      Mine appears to change each time between browser sessions on a semi-hardened firefox. No clue what the bottom section means though.

        • FeelzGoodMan420@eviltoast.org
          link
          fedilink
          English
          arrow-up
          0
          arrow-down
          1
          ·
          1 day ago

          So should both the server and client codes change each time you reopen a new browser session? Or just the client?

          • Zikeji@programming.dev
            link
            fedilink
            English
            arrow-up
            1
            ·
            22 hours ago

            Both should if your goal is to not have a reusable fingerprint (which for a privacy focus would be). Server should change more frequently since it has access to less information about the browser. Server based fingerprinting is fairly unreliable, client side uses Javascript to generate more bits of unique data.