user.js file for configuring and hardening Firefox privacy and security.-
Go to file
Narsil 87edefc73d Upload files to "/" 2024-02-05 19:48:57 +00:00
distribution Adding policies.json 2021-01-29 14:38:05 -05:00
LICENSE GNU General Public License v3.0 2020-12-13 08:58:03 -05:00
README.md Upload files to "/" 2023-09-16 12:33:56 +00:00
user.js Upload files to "/" 2024-02-05 19:48:57 +00:00

README.md

user.js | Firefox, Firefox ESR and Firefox Nightly.

A user.js file for configuring and hardening desktop Firefox privacy.

Concretely, this is a fork from the arkenfox project.

Go to arkenfox web page in order to get more information about these changes.

Goals

  • enhance privacy and security
  • improve performance
  • better fingerprint possible
  • reduce automatic connections to the minimum posible

Considerations

This user.js is a fork from the arkenfox project with a substantial divergence. It tries to avoid all the automatic connections even though security could be reduced slightly. For instance, OSCP is a privacy breach. Nevertheless, it is also a security feature. This user.js disables them as well as safebrowsing, automatic addons connections and so on. You will have to check manually addons updates in the related preferences section.

However, two connections could not be deleted anymore:

  • firefox.settings.services.mozilla.com

https://bugzilla.mozilla.org/show_bug.cgi?id=1598562#c13

  • content-signature-2.cdn.mozilla.net

How to stop Firefox from making automatic connections (Section "Automatic updates and Security/Login breach information")

So you will have to include them to the host list of your OS.

Nevertheless, consider installing Abrowser from Trisquel, Icecat, Iceweasel for Parabola or Librewolf. They lack those connections:

Abrowser

Icecat for Parabola

Iceweasel

Librewolf

On the other hand, if you are using a GNU/Linux distro that connection could be removed unpacking two omni.ja files, removing all the addresses, and then re-zipping the omni.ja files.

Find your omni.ja files:

find . -name omni.ja

Unpack them (do this for both of them separately):

mkdir unpack

mv omni.ja unpack

cd unpack

unzip omni.ja

Remove telemetry:

find -type f -print0 | xargs -0 sed -i 's/https\:\/\/firefox\.settings\.services\.mozilla\.com\/v1\/buckets\/main\/collections\/nimbus-desktop-experiments\/records//g';

find -type f -print0 | xargs -0 sed -i 's/https\:\/\/firefox\.settings\.services\.mozilla\.com\/v1\/buckets\/main-preview\/collections\/search-config\/records//g';

find -type f -print0 | xargs -0 sed -i 's/https\:\/\/firefox\.settings\.services\.mozilla\.com\/v1\/buckets\/main\/collections\/search-config\/records//g';

find -type f -print0 | xargs -0 sed -i 's/https\:\/\/firefox\.settings\.services\.mozilla\.com\/v1//g';

find -type f -print0 | xargs -0 sed -i 's/onecrl\.content-signature\.mozilla\.org//g';

find -type f -print0 | xargs -0 sed -i 's/remote-settings\.content-signature\.mozilla\.org//g';

find -type f -print0 | xargs -0 sed -i 's/normandy\.content-signature\.mozilla\.org//g';

Replace the omni.ja files:

mv omni.ja back.omni.ja

zip -0DXqr omni.ja *

mv omni.ja ..

Besides, take into account it makes a connection to aus5.mozilla.org in order to autoupdate itself so you'll also have to add it to your host list. Alternatively, you could copy the folder distribution with the policies.json file into your Firefox installation folder. More information about this:

Customizing firefox using policies.json

DisableAppUpdate

Updating addons

Write about:addons

Choose Extensions

Click the icon above on the right (Tools for all add-ons) and Check for updates.

You may also install them manually downloading the respective xpi files.

Adding new search engines

Follow this guide:

Add a search engine from the address bar

Another option could be mycroftproject.com website. Beware! They have embedded Google analytic trackers.

Known problems

Some breakage?

Try changing "network.http.referer.XOriginPolicy" from 2 to 1

Performance loss?

Change these strings from false to true:

javascript.options.ion

javascript.options.baselinejit

javascript.options.native_regexp

Thanks:

I really thank the following authors:

License

GNU General Public License v3.0.

See LICENSE for more details.

Other mirrors

https://codeberg.org/Narsil/user.js/src/branch/main/desktop