cross-posted from: sh.itjust.works/post/5572424
This might have been discussed to death by now, unfortunately I couldn’t find any discussion on it on Lemmy. Though I would love to be corrected on that!
How does an always on incognito Chromium with uBlock Origin on medium mode (and other hardening/privacy settings enabled) compare to Brave (with e.g. Privacy Guides’ recommended settings with respect to security and privacy on Linux^[1]^?
Commonly heard whataboutisms:
- “With the looming advent of Manifest v3, this discussion might not be very relevant for long.” I’m aware.
- “Just use Firefox/Librewolf or any other privacy-conscious browser that isn’t Chromium-based.” I already do, but some websites/platforms don’t play nice on non-Chromium-based browsers due to Google’s monopoly on the web. Sometimes I can afford to not use that website/platform, but unfortunately not always.
- “Brave’s makes them unreliable to take services from.” Honestly, I think that if both solutions are as effective that a reason like this might be sufficient to tip the balance in favor of one. Because ultimately this all comes down to trust.
- "Just use Ungoogled Chromium." Some more knowledgeable people than me advice against it. Though, I’d say I’m open to hear different opinions on this as long as they’re somewhat sophisticated.
- “Just use .” If it has merits beyond Brave and Chromium with respect to security and privacy, I’ll consider it.
Thanks in advance!
- I can be more specific about which distro I prefer using, but I don’t think it matters. I might be wrong though*.
ReversedCookie@feddit.de 1 year ago
TL;DR: Basically, Brave has a lot of protections which vanilla chromium doesn’t have (Bounce tracking, Fingerprinting, etc.) or uBlock Origin which includes, Brave also removed a lot of trash like the Privacy Sandbox thing, etc. Also Brave announced on X/Twitter that they will continue supporting MV2, Chromium won’t. Brave is the best chromium-based privacy focused browser you can get currently, if you rly don’t like Brave, Vivaldi would be a good alternative, but is weaker than Brave, since it includes not all the protections or alternatives which Brave has.
qwert230839265026494@sh.itjust.works 1 year ago
TIL.
Gosh, I can’t believe I forgot about Brave’s excellent implementation of fingerprint-spoofing.
This is a big thing. Thank you for mentioning that!
I’ve actually for the longest time used Brave as my go-to Chromium-based browser, but it seems as if the support on Linux leaves a lot to be desired. I don’t understand for example why it just isn’t included in the repos of Arch, Debian, Fedora, openSUSE, Ubuntu etc. Sure; the AUR has it -also available as a not up to date nixpkg-, but the others have to either download the .deb or rpm package (which is undesirable due to inability to keep it updated at all times) OR rely on Brave’s own repos, that somehow borks itself every once in a while. Which actually just happened a couple of days ago on my device*. I’m on Fedora Silverblue, so it was already quite hacky to get Brave from its own repos. But due to the repos borking themselves, I didn’t get any automatic system updates at all for the last couple of days. I only noticed it yesterday when I did my weekly manual update. Perhaps I should setup something that notifies me when the automatic system update fails, but I’ll prefer if the repos I rely on don’t call it quits whenever they feel like it. Apologies for my rant*.
Would you say that Vivaldi is (at least) better than Chromium for security and privacy?
ReversedCookie@feddit.de 1 year ago
Yes, definitly. For example they removed completly the privacy sandbox stuff from the chromium code and also includes some additional privacy protections.
t0m5k1@lemmy.world 1 year ago
I use arch-btw so I get arch from aur, on other Linux distros the way to get brave is via flatpak if the provided repos are borked for you.
Bitrot@lemmy.sdf.org 1 year ago
Aur is just repackaging the official Debian package, that’s a very straightforward process. Most distro repositories don’t work that way, they build the binaries themselves. Some interested party would need to put in the work.
chenxiaolong@lemm.ee 1 year ago
For the most part, these distros all require that packages are built from source vs. repackaging prebuilt binaries. While Brave is open source, if you compile it yourself, you’ll be missing tons of API keys for accessing Brave’s services: github.com/brave/…/Build-configuration. While I suspect most folks wouldn’t care if eg. the cryptocurrency things stopped working, other things that break include Brave Sync and the downloading of the adblocker filter lists.
Brave currently does not provide a way for 3rd parties to generate API keys to access these services: community.brave.com/t/…/457833. Outside of reverse engineering their prebuilt binaries to extract the API keys, you’re pretty much out of luck (if you care about these features working).
For websites that only work in Chromium, I’ve switched to just using plain old Chromium from Fedora’s repos. Being able to build the browser from source without losing features is pretty important to me (eg. I rebuild Fedora’s Chromium with the patches for enabling hardware video decoding on Wayland).