From dc835f5c174ed32e8990d7620a8d1d67cdd59b37 Mon Sep 17 00:00:00 2001 From: mayfrost Date: Sat, 27 Oct 2018 13:46:44 -0300 Subject: [PATCH] Update BROWSER.md --- BROWSER.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/BROWSER.md b/BROWSER.md index a10b1d6..7b04665 100644 --- a/BROWSER.md +++ b/BROWSER.md @@ -7,14 +7,22 @@ * 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. +These addons worked excellent to cover any fingerprinting, until Mozilla decided to break things since 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) +* Plugin Enumeration: [Disable plugin enum](https://github.com/dillbyrne/random-agent-spoofer/issues/283) (see Mechazawa script, and 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/) + +## ABOUT\:CONFIG +These tips prevent overflow your root directory or or getting constantly write and delete to try and kill your drive. +* Go to about\:config +* 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.