• jaybone@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    2
    ·
    7 months ago

    Wait Firefox sends fingerprint info?

    Why is there not an open source browser that doesn’t send this shit?

    • prograhammingdev@lemmy.prograhamming.com
      link
      fedilink
      English
      arrow-up
      9
      ·
      7 months ago

      Firefox does not “send” it, fingerprinting is done by tagging your hardware configuration from various values and create a unique key from that - independent of being logged in or any cookies - which can be used to track you. Things like browser & device user agent, browser window size, feature support (to determine browser version), etc. All of which are passively gathered by anything you could send a request to. There are ways to reduce this that Firefox and others do (such as reducing unique values in user agent, etc) but they’re not opting in to some privacy invading reporting mechanism.

      • jaybone@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 months ago

        But the “various values” are sent, like you mention user agent, etc. I wonder if it makes sense to have a browser that doesn’t send all of that.

        • helenslunch@feddit.nl
          link
          fedilink
          English
          arrow-up
          3
          ·
          7 months ago

          That’s the tricky part. If you just don’t send anything then they’ll use THAT information to profile you, because no one else is doing that.

          Also it can cause the page not to load properly.

          So what most browsers do is spoof the information such that every user of that browser is sending the same information, when possible, regardless of whether it’s accurate.

    • helenslunch@feddit.nl
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 months ago

      Wait Firefox sends fingerprint info?

      Ehhh there’s really no such thing as “fingerprinting info”. Your browser sends info about your PC to every webpage you visit so the page can load properly. Some of them just send more info than others, which makes it easier to fingerprint you.

      Check out deviceinfo.me to see what kind of info your browser is sending.