Still Firefox. Every time Mozilla does anything the entire privacy community goes insane. The terms of use they published seem entirely benign, and the only thing anyone can actually point to is the “direction being worrisome”. Well, I’ll get worried when they update the terms to be actually onerous. Everything even possibly annoying can be disabled, and it’s still the only browser engine offering competition against Chrome ruling the web.
I don’t see how you could find the terms not concerning and their removal of stating they don’t sell data
What in the terms is concerning? They still have the bulk of the language in the old data privacy guarantee as well. This seems like they just got a more circumspect legal department who wants to cover their ass.
It’s always been the case that Mozilla could decide to just make Firefox suck ass. Again, I’ll be worried when they actually change the terms to something unacceptable.
It’s easy you just don’t worry too much about it. Is this a completely dumbass, reality avoidant coping strategy? You be the judge
Well, yes.
Firefox because I don’t fuck around. ublock origin, betterfox, and nextdns. My config ensures there is that one site I need to use ungoogled-chromium for, once a month.
Waterfox is based on esr, so quite outdated. Just use librewolf and some css. You have firefox-one that will make it look pretty and similar to zen. Zen is no good if you care about privacy.
“Zen is no good if you care about privacy.”
How so?
It doesn’t have good privacy defaults and is easily fingerprintable with all the mods and tweaks it has… You will have to use a user.js at least but it will probably not get as good as mullvad or librewolf
Thanks for the info.
I use FireDragon, because it’s the only browser I could find that has a vertical tab-bar that collapses. Supposedly Zen does it, too, but I couldn’t get it to work.
FireDragon also has a toolbar to the side with a notepad and other neat stuff. I haven’t used that yet, but it could be cool.
LibreWolf
I’m a very recent linux convert, coming from windows where I was using Vivaldi and I quite like it. But… are there reasons to switch to something else?
I use Librewolf as my daily driver, however it breaks a lot of websites. We had to purchase plane tickets yesterday and to use regular Firefox.
I was super hyped for Ladybird but there was this weird thing regarding pronouns on their docs (last year?) and no matter the outcome, I just decided to not follow it anymore.
I have Chromium installed for things that break even on regular Firefox and for comparing websites when I need.
On mobile (grapheneOS), I am currently using Firefox Nightly, I think because it was the only one I was able to install extensions from custom repositories, I am not sure if that’s still the case. I know I can (and should use) Vanadium, but I always miss my FF extensions when I do it. I play a lot of things so I love when I am automatically redirected from Fandom to a Breeze wiki instance, for example.
I never tried any other browsers of the list, and honestly I am very curious on the differences between Librewolf and Waterfox. Wasn’t able to do the research by myself yet.
My issue is that while i am concerned about privacy, i’m more concerned with security patching. And none of these smaller browsers have the resources to turn around security fixes as quickly as firefox or chrome.
Firefox is the least of the concerns as long as we have the config options to disable anything deemed not privacy-respecting.
This is the only good critique in this entire thread (thank you) BUT librewolf is on the exact same version as Firefox. It appears their updates are pretty fast.
Would you have config recommendations beyond the obvious?
I’m probably not the best person to talk to about Firefox hardening. Because… I don’t. I only go as far as using firefox containers.
My threat model is to counter:-
- ISP data logging
- government filters
- region blocking
- hyper-personalised marketing
I use a VPN for the first three, and I use Ublock, and don’t use google/meta/twitter/amazon/ebay for last.
I personally believe it is impossible to escape fingerprinting unless you’re on Tor Browser, but using Tor paints you as a target in my country per the first item above.
I also work in financial services, and am a user of my company’s product. We do significant ‘device intelligence’ and ‘behavioral intelligence’ on client devices, auth attempts, and actions taken in sessions. Log in too many times from too many different (seemingly) devices, user agents, IP addresses, regions, etc and it increases our customer risk assessment of you. Tick over a threshold and your account falls under enhanced customer due diligence. Tick over another threshold, and we’ll set auto-blocks until we can investigate. I assume that any other financial services provider worth their salt would do the same to counter fraud, money laundering, and meeting sanctions.
I basically use a split tunnel VPN. VPN traffic for general browsing, email, etc. And looking as much as a regular user as possible when accessing financial services, government websites, etc.
And yeah, agree LibreWolf is great. Only downside for the average user is the lack of an auto-updater. So the only tweak i’d do with LibreWolf would be to set up a cron/systemd timer to update it nightly.
Thank you for typing this out! :) It was helpful
Falkon, because it’s fully integrated to KDE. Though I wish an actual Qt web browser running Gecko (or Servo, maybe one day) existed.
I use firefox and am actively looking to change to something, potentially librewolf.
Edit: just installed librewolf. it’s super clean and I’m glad I got it. replaced firefox almost instantly.
I like librewolf but for me video is so incredibly slow. Is anyone else having this issue?
Have you tried enabling webgl, which by default is disable on Librewolf? You can do that by overwriting the corresponding setting, as it can be done for any Librewolf setting, in particular the webgl override needed is:
defaultPref("webgl.disabled", false);
If you do, Librewolf recommend using the extension “CanvasBlocker” given the fingerprinting allowed by webgl. There’s a settings doc BTW…
I haven’t but maybe make a post if the other guys comment to enable webgl didnt work.