this post was submitted on 01 Apr 2024
112 points (90.0% liked)

Privacy

31186 readers
558 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 believe that the only two privacy extensions you really need to meet 90% of your privacy goals are uBlock origin + NoScript

uBlock origin is effective because it stops the injection of ads which might contain and inject code. NoScript forces you to look at which scripts you really need for the website to function. Say you visit a trusted site, like your lemmy instance, then you can enable running of javascript by default the next time you visit the site. You'll be surprised how functional some sites are even without javascript. I did not like the idea of browsers having Javascript: it's remote code execution and if there's anything malicious in there and your browser is not patched against it you're fucked. This way yeah it'll be annoying when you first visit a site but it remembers your settings for the next time you visit.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 26 points 5 months ago (2 children)

I use both, but a big complaint of noscript is the inability to tell what scripts were blocked. I end up unblocking ***CDN.com or ***static.com and if that doesn't work, check each until it does. Sort of defeats the purpose.

I installed it on my parents computers and trying to teach them how to get necessary function working again is beyond them.

I have instead installed privacy badger since I read it also blocks scripts.

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

Privacy badger combo'd with ublock has been my go-to for years ❤️

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

Privacy Badger is pretty useless now.

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

You're right, I should have explained.

Privacy Badger was known to be able to learn what to block but local learning could be used to fingerprint you so it was removed. Nowadays it's only a list based blocker, while the list is still automatically generated on their side through learning it mostly overlap with regular tracking protection list used with uBlock Origin.

They also claim other features but they are either outdated (google outgoing link protection last update is 9 months old and is based on the old url schema) or already covered by uBlock Origin (uBlock Origin can now sanitize urls with the removeparam filter, facebook outgoing link protection is included in the "AdGuard URL Tracking Protection" filter list, for third party widget blocking enable the "EasyList – Social Widgets" list).

It's also in Arkenfox "Don't bother" extension list.

Better use Firefox in strict mode with uBlock Origin.

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

Good and actionable info thanks

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

Thank you for this.

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

Oh this is really cool