From 103a1747206ce7691ef566eb7dff813c99e67137 Mon Sep 17 00:00:00 2001 From: BurungHantu1605 Date: Tue, 2 Apr 2019 11:48:30 +0800 Subject: [PATCH] #809 #808 --- _includes/sections/browser-tweaks.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_includes/sections/browser-tweaks.html b/_includes/sections/browser-tweaks.html index 067f2d77..4cd627ed 100644 --- a/_includes/sections/browser-tweaks.html +++ b/_includes/sections/browser-tweaks.html @@ -19,6 +19,12 @@
privacy.resistFingerprinting = true
A result of the Tor Uplift effort, this preference makes Firefox more resistant to browser fingerprinting.
+
privacy.trackingprotection.fingerprinting.enabled = true
+
Blocks Fingerprinting
+ +
privacy.trackingprotection.cryptomining.enabled = true
+
Blocks CryptoMining
+
privacy.trackingprotection.enabled = true
This is Mozilla's new built-in tracking protection. It uses Disconnect.me filter list, which is redundant if you are already using uBlock Origin 3rd party filters, therefore you should set it to false if you are using the add-on functionalities.