commit 75f6bc8b5d1ae8b49a060b282e056033c82ce9c6
parent b53b4832d456c4e5eaa601a4f115472c11c0a3a0
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Sat, 10 Jun 2017 07:33:04 +1200
2699g: reduce precision of time exposed by JS
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/user.js b/user.js
@@ -1431,6 +1431,8 @@ user_pref("security.csp.experimentalEnabled", true);
/* 2699f: spoof navigator.hardwareConcurrency as 2 (also see 2514) (FF55+)
* This spoof *shouldn't* affect core chrome/Firefox performance
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1360039 ***/
+/* 2699g: reduce precision of time exposed by javascript (FF55+)
+ * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1217238 ***/
user_pref("privacy.resistFingerprinting", true); // (hidden pref)
/*** 2700: COOKIES & DOM STORAGE ***/