Files in the top-level directory from the latest check-in
- etc
- LICENSE.md
- README.md
Firefox Policies
Firefox policies to set up Firefox the way I like it:
- remove all AI features
- opt out of telemetry
- Add noai.duckduckgo.com as default search engine
- Install uBlock Origin
- Other tweaks
This way, I can continue to use Firefox (instead of LibreWolf or other fork) but have it work the same way on all my devices out-of-the-box simply my installing these policies.
Installation
Copy the contents of etc/firefox into /etc/firefox. This also applies to FreeBSD, unfortunately Firefox on FreeBSD does not check /usr/local/etc/firefox as it should.
Self-signed SSL certificate
My own version also auto-installs a self-signed SSL certificate for my internal LAN services, which I didn not include here. If you want to add your own, copy your certificate chain (e.g. mycertificate.pem) into /etc/firefox and add the following to policies.json:
"Certificates": {
"Install": [ "cert1.der", "/etc/firefox/mycertificate.pem" ]
},