Update 'user.js'
This commit is contained in:
parent
108a3ef4a4
commit
c4ece3c939
7
user.js
7
user.js
|
@ -1597,20 +1597,19 @@ user_pref("ui.prefersReducedMotion", 1); // [HIDDEN PREF]
|
|||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// RFP ALTERNATIVES
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
// Spoof (or limit?) number of CPU cores [FF48+]
|
||||
// [NOTE] *may* affect core chrome/Firefox performance, will affect content.
|
||||
// Spoof number of CPU cores [FF48+]
|
||||
// https://bugzilla.mozilla.org/1008453
|
||||
// https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/21675
|
||||
// https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/22127
|
||||
// https://html.spec.whatwg.org/multipage/workers.html#navigator.hardwareconcurrency
|
||||
// user_pref("dom.maxHardwareConcurrency", 2);
|
||||
user_pref("dom.maxHardwareConcurrency", 2);
|
||||
// -------------------------------------
|
||||
// Disable resource/navigation timing
|
||||
user_pref("dom.enable_resource_timing", false);
|
||||
// -------------------------------------
|
||||
// Disable timing attacks
|
||||
// https://wiki.mozilla.org/Security/Reviews/Firefox/NavigationTimingAPI
|
||||
user_pref("dom.enable_performance", false);
|
||||
// user_pref("dom.enable_performance", false);
|
||||
// -------------------------------------
|
||||
// Disable device sensor API
|
||||
// Optional protection depending on your device
|
||||
|
|
Loading…
Reference in New Issue