2018-10-27 16:41:57 +00:00
# WEB BROWSER
## GNU ICECAT
* Download from http://ftpmirror.gnu.org/gnuzilla/
* Unpack the tarball
* As ROOT, copy and rename the folder as /opt/icecat
* ln -s /opt/icecat/icecat /usr/bin/icecat
## ADDONS
2018-10-27 16:46:44 +00:00
These addons worked excellent to cover any fingerprinting, until Mozilla decided to break things since Firefox 52.
2018-10-27 16:41:57 +00:00
* (Cross-)Site Request, Anti-XSS, Trackers, Referer, Cookies: [uMatrix ](https://addons.mozilla.org/en-US/firefox/addon/umatrix/ )
* Security Settings: [Privacy Settings ](https://addons.mozilla.org/en-US/firefox/addon/privacy-settings/ )
2019-02-20 21:04:06 +00:00
* User-Agent: [Random Agent Spoofer ](https://github.com/dillbyrne/random-agent-spoofer ), [User-Agent JS Fixer ](http://legacycollector.org/firefox-addons/378075/index.html )
2018-10-27 16:48:25 +00:00
* Plugin Enumeration: [Disable plugin enum ](https://github.com/dillbyrne/random-agent-spoofer/issues/283 ) (see Mechazawa's script, and install with greasemonkey)
2018-10-27 16:41:57 +00:00
* Content Delivery Blocker: [Decentraleyes ](https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/ )
2019-02-17 13:25:02 +00:00
* URI Leak: [No Resource URI Leak ](https://notabug.org/desktopd/no-resource-uri-leak )
2018-10-27 16:41:57 +00:00
* Canvas-Fingerprinting: [Canvas Defender ](https://addons.mozilla.org/en-US/firefox/addon/no-canvas-fingerprinting/ )
* SSL (strict HTTPS): [HTTPS by default ](https://addons.mozilla.org/en-US/firefox/addon/https-by-default/ )
* URL Deobfuscator: [Pure URL ](https://addons.mozilla.org/en-US/firefox/addon/pure-url/ )
* Google Redirection: [Google search link fix ](https://addons.mozilla.org/en-US/firefox/addon/google-search-link-fix/ )
2018-10-27 16:46:44 +00:00
## ABOUT\:CONFIG
2018-10-27 16:48:25 +00:00
These tips prevent overflow your root directory or getting constantly write and delete to try and kill your drive.
2018-10-27 16:47:54 +00:00
* Go to _about\:config_
2018-10-27 16:46:44 +00:00
* Put a 0 to everything that can write to the disk.
* Limit ram memory and also turn off syncing ect.
* Make it read only.
* If you need to save things have a seperate chroot with a seperate physical drive and make that your downloads folder.