Revision of Tweak your browser to enhance security and privacy from Tue, 07/07/2015 - 15:52

The revisions let you track differences between multiple versions of a post.

The following recommendations will most likely only work for Firefox-based browsers such as Abrowser and GNU IceCat.

Useful Addons

  • Disconnect - the addon loads the pages you go to 27% faster and stops tracking by 2,000+ third-party sites. It also keeps your searches private.
  • uBlock Origin - a lightweight and efficient blocker: easy on memory and CPU footprint. The extension has no monetization strategy and development is volunteered. AdBlock Plus is not recommended because they show "acceptable ads". The system behind that white list is lacking transparency.
  • Random Agent Spoofer - aims to hinder browser fingerprinting. It does this by changing the browser/device profile on a timer.
  • Self-Destructing Cookies - automatically removes cookies when they are no longer used by open browser tabs. With the cookies, lingering sessions, as well as information used to spy on you, will be expunged.
  • HTTPS Everywhere - encrypts your communications with many major websites, making your browsing more secure. A collaboration between The Tor Project and the Electronic Frontier Foundation.
  • GNU LibreJS (experimental) - allows only JavaScript code in your browser if they have been released under a free license.
  • [NoScript Security Suite] - plugin to selectively allow JavaScript and Java to run only on websites you trust. Not for casual users, it requires technical knowledge to configure.

about:config Tweaks

  1. Enter "about:config" in the address bar and press Enter.
  2. Press the button "I'll be careful, I promise!"
  3. Follow the instructions below:
  1. privacy.trackingprotection.enabled = true
    • This is Mozilla’s new built in tracking protection.
  2. geo.enabled = false
    • Disables geolocation.
  3. browser.safebrowsing.enabled = false
    • Disable Google Safe Browsing and phishing protection. Security risk, but privacy improvement.
  4. browser.safebrowsing.malware.enabled = false
    • Disable Google Safe Browsing malware checks. Security risk, but privacy improvement.
  5. dom.event.clipboardevents.enabled = false
    • Disable that websites can get notifications if you copy, paste, or cut something from a web page, and it lets them know which part of the page had been selected.
  6. network.cookie.cookieBehavior = 1
    • Disable cookies
    • 0 = accept all cookies by default
    • 1 = only accept from the originating site (block third party cookies)
    • 2 = block all cookies by default
  7. network.cookie.lifetimePolicy = 2
    • cookies are deleted at the end of the session
    • 0 = Accept cookies normally
    • 1 = Prompt for each cookie
    • 2 = Accept for current session only
    • 3 = Accept for N days
  8. browser.cache.offline.enable = false
    • Disables offline cache.
  9. browser.send_pings = false
    • The attribute would be useful for letting websites track visitors’ clicks.
  10. webgl.disabled = true

Sources

Revisions

07/07/2015 - 15:52
pizzaiolo
07/08/2015 - 03:31
G4JC
11/21/2015 - 17:42
Mangy Dog
02/07/2018 - 17:56
sir.jay
10/15/2022 - 13:15
Sasaki