privacytools / privacytools.io

🛡🛠 You are being watched. Protect your privacy against global mass surveillance.
https://www.privacyguides.org
Creative Commons Zero v1.0 Universal
3.12k stars 384 forks source link

✨ Feature Suggestion | Privacy tweaks for chromium based browsers #2095

Closed specter78 closed 4 years ago

specter78 commented 4 years ago

Description

While Firefox is recommended, performance and web experience is not good enough.

Chromium based browsers like ungoogled chromium and brave boasts of privacy. I'm suggesting tweaks (chrome://flags) that can be done to make it more secure.

dngray commented 4 years ago

The issue with Chromium is that there simply aren't the same kind of features available as there is with Firefox in regard to privacy such as anti-fingerprinting etc. To change most things you need to recompile the source.

The issue with Ungoogled Chromium is they don't have a good distribution mechanism see https://github.com/privacytools/privacytools.io/issues/1973#issuecomment-660018282 binaries are built by third parties, and therefore decided that it would not be added.

Firefox performance has improved over the years and is very comparable to Chromium these days. In some ways it is actually faster.

If you're having trouble with performance on Firefox, I would look very carefully at the extensions you're running, and check about:performance.

specter78 commented 4 years ago

binaries are built by third parties

This is no longer true, at least for Mac, as the binaries are built using GitHub Actions (see https://github.com/ungoogled-software/ungoogled-chromium-macos).

Regarding performance, I have just ublock origin as extension and browsing performance on chromium is much better than Firefox (at least for me).

dngray commented 3 years ago

This is no longer true, at least for Mac, as the binaries are built using GitHub Actions (see https://github.com/ungoogled-software/ungoogled-chromium-macos).

There appears to be no binaries for windows: https://github.com/orgs/ungoogled-software/packages?repo_name=ungoogled-chromium-windows

There would need to be binaries universally for all platforms.

Regarding performance, I have just ublock origin as extension and browsing performance on chromium is much better than Firefox (at least for me).

In any case it won't be much of an option soon as Manifestv3 is in stable. It's not even certain whether or not uBlock will continue to be supported on Chromium based browsers.

lynn-stephenson commented 3 years ago

Until Ungoogled Chromium has official releases for all popular desktop platforms(MacOS, Windows, and Linux), and also has safe automatic updates, I do not believe it will be worthy of recommendation.

Installing extensions is also not easy, and would be a requirement if there are no internal security features (which there isn't).

lynn-stephenson commented 3 years ago

Until Ungoogled Chromium has official releases for all popular desktop platforms(MacOS, Windows, and Linux), and also has safe automatic updates, I do not believe it will be worthy of recommendation.

Installing extensions is also not easy, and would be a requirement if there are no internal security features (which there isn't).

ghost commented 3 years ago

For windows, there's a convenient way to install Ungoogled Chromium and have automatic updates https://github.com/iklevente/ChromiumForWindows. You just need to install Chromium-ungoogled_Installer_x64.exe once which will automatically check and update ungoogled Chromium to the latest version like a normal browser would.

The extensions 'hassle' can be easily solved with https://github.com/NeverDecaf/chromium-web-store which lets you install extensions from Chrome Web Store without a google account similar to edge. On the plus side, it does not show annoying developer extension warnings popups.

The main issue with Ungoogled Chromium would be the lack of anti-fingerprinting measures and 'slower updates' (it's about a few days slower than chrome updates though with extra slowdown since binaries are built by third parties), however is the best choice for a Chromium based browser.

The 2nd best chromium browser is Iridium browser, however it contains some bugs (as you can't disable extensions and can only remove extensions from its top right menu) and has way slower updates than ungoggled chromium (still stuck on v8.5.210.20)

The last options (that are poor choices for privacy) would be chromium itself (fastest updates) with https://github.com/iklevente/ChromiumForWindows for automatic updates, Microsoft edge, Vivaldi browser and maybe brave browser.

It'd be great if Ungoogled Chromium received more attention and support so we would finally have a proper full-fledged private chromium based browser.