From fdd9b7245f5097b86c18bb745a9c354e6e667250 Mon Sep 17 00:00:00 2001 From: privacytoolsIO Date: Tue, 11 Aug 2015 12:09:53 +0800 Subject: [PATCH] Firefox: Privacy Related "about:config" Tweaks update --- index.html | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 2386718d..37f33f04 100644 --- a/index.html +++ b/index.html @@ -685,24 +685,33 @@ Highly customizable plugin to selectively allow Javascript, Java, and Flash to r +

Preparation:

+
  1. Enter "about:config" in the firefox address bar and press enter.
  2. Press the button "I'll be careful, I promise!"
  3. Follow the instructions below...
+

Getting started:

+
  1. privacy.trackingprotection.enabled = true
  2. +
  3. geo.enabled = false
  4. +
  5. browser.safebrowsing.enabled = false
  6. +
  7. browser.safebrowsing.malware.enabled = false
  8. +
  9. dom.event.clipboardevents.enabled = false
  10. +
  11. network.cookie.cookieBehavior = 1
  12. +
  13. network.cookie.lifetimePolicy = 2
  14. +
  15. browser.cache.offline.enable = false
  16. +
  17. browser.send_pings = false
  18. +
  19. webgl.disabled = true
  20. + +
  21. dom.battery.enabled = false
  22. +
-

Source and thanks to reddit users aboutconfig_tips and FreddyFredG

+

Security and privacy-related preferences by mozillazine.org.

+ +