From abce0c369f30716f6e34470183001846af31b749 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Wed, 7 Oct 2020 06:55:07 +0000 Subject: [PATCH] Create a Fenix section --- _includes/sections/browser-tweaks.html | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/_includes/sections/browser-tweaks.html b/_includes/sections/browser-tweaks.html index 9b69d737..3735e14e 100644 --- a/_includes/sections/browser-tweaks.html +++ b/_includes/sections/browser-tweaks.html @@ -6,11 +6,11 @@
  1. Enter "about:config" in the firefox address bar and press enter.
  2. -
  3. Press the button "Accept the Risk and Continue" [FF71+] or "I accept the risk".
  4. -
  5. Copy and paste each of the preferences below (for example "webgl.disabled") into the search bar, and set each of them to the stated value (such as "true").
  6. +
  7. Press the button "Accept the Risk and Continue"
  8. +
  9. Copy and paste each of the preferences below (for example "webgl.disabled") into the search bar, and set each of them to the stated value (such as "true").
-

Getting started:

+

Firefox Desktop:

privacy.firstparty.isolate = true
@@ -118,12 +118,26 @@
Looking for TRR, DoH or ESNI?
They have moved to our DNS page.
+ +

Firefox Android (Fenix):

+ +
privacy.firstparty.isolate = true
+
A result of the Tor Uplift effort, this preference isolates all browser identifier sources (e.g. cookies) to the first party domain, with the goal of preventing tracking across different domains. (Don't do this if you are using the Firefox Addon "Cookie AutoDelete" with Firefox v58 or below.)
+ +
privacy.resistFingerprinting = true
+
A result of the Tor Uplift effort, this preference makes Firefox more resistant to browser fingerprinting.
+ +
webgl.disabled = true
+
WebGL is a potential security risk. Source
+ +
Disable WebRTC
+
See WebRTC section
+

Firefox user.js Templates

-

Related Information