dotfiles/mozilla/ff/README.md

1.1 KiB

An implementation of Arkenfox/user.js, specifically its overrides

to know more read the wiki

Firefox is allegedly less secure than Chrome, but more community supported in terms of privacy

The perhaps smart thing if one were absolutely focused on security is castrate Chromium to great lengths to degoogle it and build it yourself...

Watch out for Graphene OS Vanadium

Official description

And it's github repo

Before or if it comes to pc distros, you can use my parser:

QuickPrefsParser.py Just copy prefs from about:config in ff and you can type them line by line like this with their values: identity.fxaccounts.enabled false

get it in the input string exactly in the same format it is now with one space between key and value, then:

identity.fxaccounts.enabled false => user_pref("identity.fxaccounts.enabled", false);

Acknowledgements

One billion sources, especially thankful to maintainers of arkenfox and uBlock Origin