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

  • poVoq
    link
    fedilink
    English
    771 year ago

    So Chromium?

    Just use Firefox, its the better browser anyways.

    • @bionicjoey@lemmy.ca
      link
      fedilink
      English
      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
        link
        fedilink
        English
        91 year ago

        Ungoogled-chromium is a good substitute in that case

          • animist
            link
            fedilink
            English
            51 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
              41 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
              21 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
            21 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
              31 year ago

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

    • BrikoX
      link
      fedilink
      English
      161 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
        91 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.

        • BrikoX
          link
          fedilink
          English
          2
          edit-2
          1 year ago

          Adding add-on makes you more fingerprintable, not less.

          • @underscores@lemmy.dbzer0.com
            link
            fedilink
            English
            31 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.