forked from d3cim/mozilla.cfg
Upload files to ''
This commit is contained in:
parent
22d6bca23c
commit
718708d926
53
README.md
53
README.md
|
@ -1,16 +1,51 @@
|
|||
# mozilla.cfg | Firefox
|
||||
## Best Use:
|
||||
|
||||
The files contained here are used to configure Firefox in the safest and fastest way possible.
|
||||
To realize this project I was inspirated by various authors of `user.js` and I've implemented some preferences of mine.
|
||||
These files has been designed exclusively for Firefox Desktop.
|
||||
|
||||
|
||||
## WARNING:
|
||||
|
||||
This repo has been archived due to insecurities flaws that every Gecko View based browsers have.
|
||||
WE CAN'T HARDEN AN INSECURE BROWSER, IT'S AN ILLUSION AND YOU CAN STAND OUT FROM OTHER USERS TALKING ABOUT FINGERPRINT.
|
||||
## Settings Protection:
|
||||
|
||||
https://grapheneos.org/usage#web-browsing
|
||||
Important settings are enforced/locked within `mozilla.cfg`, those settings cannot be changed by addons/updates/Firefox or unwanted/accidental manipulation; To change those settings you can easily do it by editing `mozilla.cfg`.
|
||||
|
||||
https://madaidans-insecurities.github.io/security-privacy-advice.html#browser
|
||||
|
||||
https://madaidans-insecurities.github.io/firefox-chromium.html
|
||||
|
||||
## Installation:
|
||||
|
||||
### Windows
|
||||
|
||||
- Download and install the last version of Firefox release
|
||||
- Clone or download zip file and extract it
|
||||
- Locate Firefox's installation directory (where the firefox.exe is located) `C:\Program Files\Mozilla Firefox\` or `C:\Program Files (x86)\Mozilla Firefox\`
|
||||
- Copy the files contained in `config` folder to the install directory
|
||||
- Start Firefox and test if config was applied browsing to `about:config`.
|
||||
|
||||
### Linux
|
||||
|
||||
- Download and extract the last version of Firefox release
|
||||
- Clone or download zip file and extract it
|
||||
- Locate Firefox's installation directory `/usr/lib/firefox/`
|
||||
- Copy the files contained in `config` folder to the install directory
|
||||
- You can use directly Firefox by running `firefox/firefox`
|
||||
- You can as well create a shortcut to `firefox/firefox` to open Firefox easily
|
||||
- Start Firefox and test if config was applied browsing to `about:config`.
|
||||
|
||||
### Mac
|
||||
|
||||
- Download and install the last version of Firefox
|
||||
- Clone or download zip file and extract it
|
||||
- Locate Firefox's installation directory `Applications/Firefox.app/Contents/Resources/`
|
||||
- Copy the files contained in `config` folder to the install directory
|
||||
- Start Firefox and test if config was applied browsing to `about:config`.
|
||||
|
||||
|
||||
### Uninstall:
|
||||
|
||||
- To uninstall, just remove the files you added to your Firefox's install directory; then restart Firefox.
|
||||
|
||||
|
||||
## Thanks:
|
||||
|
||||
* [arkenfox](https://github.com/ghacksuserjs/ghacks-user.js) The mayority of this
|
||||
* [QUINDECIM](https://github.com/intika/Librefox)
|
||||
* [Librewolf](https://github.com/pyllyukko/user.js)
|
Loading…
Reference in New Issue