From 4cadfab79b5aef2c939251f518292bdde5895d18 Mon Sep 17 00:00:00 2001 From: mayfrost Date: Sat, 27 Oct 2018 13:41:57 -0300 Subject: [PATCH] Create BROWSER.md --- BROWSER.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 BROWSER.md diff --git a/BROWSER.md b/BROWSER.md new file mode 100644 index 0000000..a10b1d6 --- /dev/null +++ b/BROWSER.md @@ -0,0 +1,20 @@ +# 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 +These addons worked excellent to cover any fingerprinting, until Mozilla decided to break things from Firefox 52. +* (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/) +* User-Agent: [Random Agent Spoofer](https://addons.mozilla.org/en-US/firefox/addon/random-agent-spoofer/), [User-Agent JS Fixer][https://addons.mozilla.org/en-US/firefox/addon/user-agent-js-fixer/) +* Plugin Enumeration: [Disable plugin enum](https://github.com/dillbyrne/random-agent-spoofer/issues/283] (see Mechazawa script, install with greasemonkey) +* Content Delivery Blocker: [Decentraleyes](https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/) +* URI Leak: [No Resource URI Leak](https://addons.mozilla.org/en-US/firefox/addon/no-resource-uri-leak/) +* 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/)