I have been thinking about switching to brave for better fingerprinting protection

    • bionicjoey@lemmy.ca
      link
      fedilink
      English
      arrow-up
      21
      ·
      edit-2
      1 year ago

      Almost all of my Linux devices have both chromium-browser and Firefox installed. Firefox is my default, but there are some apps out there that work a lot better in something chromium-based.

          • animist@lemmy.one
            link
            fedilink
            English
            arrow-up
            5
            ·
            1 year ago

            Thank you for sharing this, I was unaware. I wonder if any of this has been addressed recently as the linked article is two years old (not demeaning its value, just wondering if the devs saw the article and decided to improve ungoogled-chromium).

            • dngray@lemmy.oneM
              link
              fedilink
              English
              arrow-up
              4
              ·
              1 year ago

              They still disable CRLSets and have binaries built by “contributors” not in an automated fashion by the developer themselves.

            • stonemilker@discuss.tchncs.de
              link
              fedilink
              English
              arrow-up
              3
              ·
              1 year ago

              Yeah, that’s why I pointed out that I haven’t used it in a couple years, I have no idea about the direction development took after that, so maybe some folks that work on the development of Chromium and its many forks can give us some insight. Personally, I just decided to stick to Firefox tweaked with Arkenfox as my main browser on desktop and I have Brave with all its annoyances turned off as a backup option

          • rmicielski@slrpnk.net
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 year ago

            No one is going to develop exploits only for a browser with certain default security options disabled (especially these made at compile time using toolchain). Binary exploitation is hard, and extremely not worth the effort in this case.

            • dngray@lemmy.oneM
              link
              fedilink
              English
              arrow-up
              3
              ·
              1 year ago

              Disabling CRLSets though is worrisome, and its binaries are built by potentially unknown third parties with compromised systems.

    • BrikoX@vlemmy.net
      link
      fedilink
      English
      arrow-up
      16
      ·
      1 year ago

      Brave might have started as a basic Chromium fork, but the various privacy/security features they added do make them standout now.

      • SatyrSack@lemmy.one
        link
        fedilink
        English
        arrow-up
        9
        ·
        1 year ago

        It is really disingenuous to say “X is just a skin of Y” just because they share the same browser engine or are forked from the same browser. Like you say, there are a lot of changes.

          • underscores@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 year ago

            It depends. Many addons have effects that can be tested for and fingerprinted, but it’s not always straight forward. There’s a way to detect any specific chrome extension, but doesn’t work on firefox because it uses unique extension ids per person.

            With addons like CanvasBlocker, they generate random values for a bunch of apis like canvas. So each time you will look unique, but it changes every time so you’re not easily tracked. I’d assume it’s similar to what Brave does, but I haven’t looked into the details. Some stuff isn’t randomized by default, so they can get info like timezone and languages, but probably not enough to give you a unique identity.