this post was submitted on 18 Aug 2023
-64 points (19.2% liked)

Privacy

29798 readers
799 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

I think the best alternative would be LibreWolf

all 21 comments
sorted by: hot top controversial new old
[–] [email protected] 37 points 10 months ago (1 children)

Not by default, but then most Firefox recommendations are not made with the default settings in mind. Given that context, yes it is actually as privacy friendly as everyone says.

[–] [email protected] 3 points 10 months ago (1 children)

What settings do I need to change?

[–] [email protected] 10 points 10 months ago (1 children)

This is a pretty quick and easy setup guide to follow.

[–] [email protected] 6 points 10 months ago

Here is an alternative Piped link(s): https://piped.video/F7-bW2y6lcI

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source, check me out at GitHub.

[–] [email protected] 26 points 10 months ago* (last edited 10 months ago) (1 children)

I'm not going to watch a fucking YouTube video. I'm getting more and more triggered over videos with some influencer on YouTube...

Information like this is much better suited as text, because then I don't have to watch some person blabbering on...

[–] [email protected] 2 points 10 months ago (1 children)

I blame people's shorter attention spans for it, to a degree I'm also guilty of it. Can't read a book nowadays before my focus shifts somewhere else.

[–] [email protected] 1 points 10 months ago (1 children)

I felt this too and it was scary as hell. It means my brain chemistry has changed for the worse.

After sticking with it and forcing myself to read, it became better after a few weeks.

[–] [email protected] 1 points 10 months ago

Stop social media, give it a week and you read 900 pages like it’s nothing again.

[–] [email protected] 26 points 10 months ago

I think Firefox is still the best option, you just need to change and disable the about:config things to remove the tracking and ads stuff.

[–] [email protected] 20 points 10 months ago

Maybe. On the other hand, it's much more privacy-friendly than that guy says.

[–] [email protected] 8 points 10 months ago (1 children)

Here is an alternative Piped link(s): https://piped.video/watch?v=ugnOM2mzgNU

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source, check me out at GitHub.

[–] [email protected] 6 points 10 months ago* (last edited 10 months ago) (1 children)

I haven't seen the video yet, but I very much believe what we really need is something better than either Firefox or 10 different flavors of Chromium.

Something that gives way more control over how it handles cookies. Something that lets you run multiple profiles at the same time. Something that lets you seamlessly switch identities.

Maybe something that'll give you a whole different cookie store every time you change domains.

[–] [email protected] 13 points 10 months ago (2 children)

The thing that sucks about that is the sheer amount of stuff that a modern web browser is expected to do.

Level 0:

  • Parse and correctly display the contents of simple HTML documents in a manner consistent with other browsers
  • Figure out what to do if somebody gives you mangled HTML in a way consistent with other browsers, because the page will just about always try to show the user something.

Level 1:

  • Implement who knows how many CSS properties in a way consistent with other browsers

Level 3:

  • Now write a JavaScript engine to manipulate all of the above, making sure that everything works like it does elsewhere no matter how non-sensical it is, because pages rely on that stuff to function sometimes.

Level 4:

  • Don't forget to implement media codecs so you can display video, play audio, and let the user control those via JavaScript APIs, and you have to render/play that in whatever way the webpage specifies.

Basically, writing a browser engine from scratch in a way that is in any way competitive is probably on par for scale on writing your own operating system. You might even accomplish the latter faster, depending on where you'd call your OS "complete"

[–] [email protected] 5 points 10 months ago

Unfortunately, I can't argue with much of that. In fact, if anything, you're leaving out complexities.

There are a few browsers out there that use WebKit but none of Chromium. (Surf and Uzbl are a couple that I've used in the past.) With a little scripting, you could get them to, for instance, run two different "profiles" with different cookie stores at the same time. But they're far from full-featured.

Maybe what we really need is to scrap the web and start fresh with something better.

[–] [email protected] 4 points 10 months ago* (last edited 10 months ago)

Level 5: Handle cookies, a local key value store, and a local database internally in a secure way.

Level 6: If you can't watch Netflix on your browser it's probably a non-starter for some users so better figure out a way to include DRM compatibility. But if you do it, the privacy minded will get really upset, so ideally you'd figure out a way to do it in some way that can be easily turned off or removed.

Level 7: alright, so implementing all of that was hard. But if you don't implement it in such an insanely optimized fashion that you can win arbitrary script tests that are meant to strain modern CPUs, the audience most likely to use your browser (geeks) will immediately move to something else and say your browser sucks. Get optimizing.

[–] [email protected] 5 points 10 months ago

The way I have Firefox set up is extremely "privacy-friendly", and I wouldn't use any other browser.

[–] [email protected] 4 points 10 months ago (1 children)

Librewolf

Maintaining a browser is a huge endeaver. Using some random browser that is maintained by a a lone person or maybe even a handful of developers basically guarantees that the whole thing is insecure. This is especially true when keeping functionality around that was removed in the "main" browser to improve security there. One example is the old plugin system that firefox replaced with a more secure one with less hooks into the core engine, breaking some old plugins.

Stay with mainstream browsers folks and install some plugins to improve them that way. At least you get patches asap.

[–] [email protected] 1 points 10 months ago

Librewolf updates all the time, probably weekly (I don't watch it that closely).

[–] [email protected] 2 points 10 months ago

Privacy-friendly Firefox is called Tor Browser.