IMO any of the forks are inherently weaker than the main and there’s nothing stopping you from making Firefox work exactly like whichever flavor of fork you prefer, but with security updates the day they come out.
You can go through all the sites the initial HTTP request calls out to and decide which ones get a pass. This is how I ensure sites like gstatic, googletagmanager, etc. don’t collect data even though the rest of the site works.
If that’s too much, just open the flood gates for that site and trust everything there. At least it isn’t just sending all your data out by DEFAULT.
Yeah these days literally every website uses JavaScript in some format as modern reactive design is easier to do if you can execute client side code. Blocking JavaScript is a sledgehammer solution to the problem.
Firefox with add-ons. Especially, but not only, Ublock Origin.
So you mean Librewolf
IMO any of the forks are inherently weaker than the main and there’s nothing stopping you from making Firefox work exactly like whichever flavor of fork you prefer, but with security updates the day they come out.
NoScript 🤌🏻
I love it in theory… but it just broke so many websites I needed to use. And not always in obvious ways.
Then just put those sites on your trust list?
You can go through all the sites the initial HTTP request calls out to and decide which ones get a pass. This is how I ensure sites like gstatic, googletagmanager, etc. don’t collect data even though the rest of the site works.
If that’s too much, just open the flood gates for that site and trust everything there. At least it isn’t just sending all your data out by DEFAULT.
Yeah these days literally every website uses JavaScript in some format as modern reactive design is easier to do if you can execute client side code. Blocking JavaScript is a sledgehammer solution to the problem.
You can use Ublock Origin in advanced mode, which allows you to block, blacklist/whitelist scripts.