desktop_user.js/README.md

38 lines
1.4 KiB
Markdown
Raw Normal View History

2020-10-20 21:15:18 +00:00
## user.js | Firefox, Firefox ESR and Firefox Nightly.
2020-10-20 21:11:06 +00:00
The `user.js` file is for configuring and hardening Firefox privacy.-
2020-10-20 23:22:52 +00:00
Concretely, this is a fork from the [arkenfox](https://github.com/arkenfox/user.js) project:
2020-10-20 21:11:06 +00:00
## Goals
* enhance privacy
* 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.
2020-10-20 21:14:05 +00:00
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.
2020-10-20 21:11:06 +00:00
However, 2 connections could not be blocked anymore:
2020-10-20 21:12:41 +00:00
* firefox.settings.services.mozilla.com
* content-signature-2.cdn.mozilla.net
2020-10-20 21:14:05 +00:00
2020-10-20 23:20:03 +00:00
So you will have to include them to the host list of your OS.
2020-10-20 21:11:06 +00:00
2020-10-20 21:19:23 +00:00
## Adding new search engines
2020-10-20 23:20:03 +00:00
Installing new search engines from mycroftproject.com is not working.
2020-10-20 21:19:23 +00:00
Follow this guide instead:
https://support.mozilla.org/en-US/kb/add-or-remove-search-engine-firefox
2020-10-20 21:11:06 +00:00
## Thanks:
I really thank the following authors:
* [Arkenfox] (https://github.com/arkenfox/user.js) - The majority of this user.js and updates.
* [Quindecim] (https://git.nixnet.xyz/quindecim/mobile_user.js) - Some unique strings.