Update 'README.md'

This commit is contained in:
Narsil 2020-12-12 14:04:12 -05:00
parent ecf1ae6b29
commit 71fb5db6d7
1 changed files with 25 additions and 2 deletions

View File

@ -1,3 +1,26 @@
# Palemoon_user.js
## user.js for Pale Moon.
About Pale Moon
user.js file for configuring and hardening Pale Moon privacy and security.-
## Goals
* enhance privacy and security
* improve performance
* better fingerprint possible
* reduce automatic connections to the minimum posible
## Considerations
This user.js is mainly based on arkenfox project (56 and recent version).
On the other hand, it tries to avoid all the automatic connections even though security could be reduced slightly (according to Spyware Watchdog website) For instance, OSCP is a privacy breach. Nevertheless, it is also a security feature.
It has also some changes in order to improve fingerprinting like canvas.poisondata and others.
## Thanks:
* [Arkenfox user.js](https://github.com/arkenfox/user.js)
* [Pale Moon Browser Spyware Mitigation Guide](https://spyware.neocities.org/guides/palemoon.html)