Update 'user.js'

This commit is contained in:
Narsil 2021-05-08 17:23:01 -04:00
parent ad9f74e151
commit a783dbb762
1 changed files with 3 additions and 4 deletions

View File

@ -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