user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 6cda4ebc14e77f4511d50b96de0de4c86b60b311
parent d3e1fe3a1c5d91e73dda224810806adcceed0d8a
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Fri, 12 May 2017 01:44:04 +1200

2699f: spoof navigator.hardwareConcurrency
Diffstat:
Muser.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -1390,6 +1390,8 @@ user_pref("security.csp.experimentalEnabled", true); // user_pref("privacy.window.maxInnerHeight", 768); /* 2699e: use UTC timezone (spoof as UTC 0) (FF55+) * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1330890 ***/ +/* 2699f: spoof navigator.hardwareConcurrency as 2 (FF55+) + * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1360039 ***/ user_pref("privacy.resistFingerprinting", true); // (hidden pref) /*** 2700: COOKIES & DOM STORAGE ***/