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