Update 'user.js'

This commit is contained in:
Narsil 2021-02-19 13:19:50 -05:00
parent 2c633ad789
commit 3c2563e53f
1 changed files with 7 additions and 13 deletions

20
user.js
View File

@ -123,7 +123,7 @@ user_pref("extensions.webservice.discoverURL", "");
// Disable search engine updates (e.g. OpenSearch) // Disable search engine updates (e.g. OpenSearch)
user_pref("browser.search.update", false); user_pref("browser.search.update", false);
// ------------------------------------- // -------------------------------------
// Disable sending Flash crash reports ***/ // Disable sending Flash crash reports
user_pref("dom.ipc.plugins.flash.subprocess.crashreporter.enabled", false); user_pref("dom.ipc.plugins.flash.subprocess.crashreporter.enabled", false);
// ------------------------------------- // -------------------------------------
// Disable sending the URL of the website where a plugin crashed // Disable sending the URL of the website where a plugin crashed
@ -135,7 +135,7 @@ user_pref("extensions.getAddons.showPane", false); // [HIDDEN PREF]
// Disable telemetry // Disable telemetry
user_pref("toolkit.telemetry.unified", false); user_pref("toolkit.telemetry.unified", false);
user_pref("toolkit.telemetry.enabled", false); user_pref("toolkit.telemetry.enabled", false);
user_pref("toolkit.telemetry.server", "data:,"); user_pref("toolkit.telemetry.server", "");
// ------------------------------------- // -------------------------------------
// Disable Mozilla permission to silently opt you into tests // Disable Mozilla permission to silently opt you into tests
user_pref("network.allow-experiments", false); user_pref("network.allow-experiments", false);
@ -497,8 +497,8 @@ user_pref("plugin.sessionPermissionNow.intervalInMinutes", 0);
// Disable plugins using external/untrusted scripts with XPCOM or XPConnect // Disable plugins using external/untrusted scripts with XPCOM or XPConnect
user_pref("security.xpconnect.plugin.unrestricted", false); user_pref("security.xpconnect.plugin.unrestricted", false);
// ------------------------------------- // -------------------------------------
// Disable all GMP (Gecko Media Plugins) [SETUP] // Disable all GMP (Gecko Media Plugins)
user_pref("media.gmp-manager.url", "data:text/plain,"); // [HIDDEN PREF] user_pref("media.gmp-manager.url", ""); // [HIDDEN PREF]
// //
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// MEDIA / CAMERA / MIC // MEDIA / CAMERA / MIC
@ -584,7 +584,7 @@ user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
user_pref("ui.menu.allow_content_scroll", true); user_pref("ui.menu.allow_content_scroll", true);
// ------------------------------------- // -------------------------------------
// Defines whether the restored browser session window is displayed at the same location when it was terminated in the last session // Defines whether the restored browser session window is displayed at the same location when it was terminated in the last session
user_pref("browser.sessionstore.exactPos", true); // [HIDDEN PREF] user_pref("browser.sessionstore.exactPos", true);
// //
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// WEB WORKERS // WEB WORKERS
@ -863,7 +863,7 @@ user_pref("dom.disable_beforeunload", true);
// RFP ALTERNATIVES // RFP ALTERNATIVES
// >>>>>>>>>>>>>>>>>>>>> // >>>>>>>>>>>>>>>>>>>>>
// Spoof (or limit?) number of CPU cores // Spoof (or limit?) number of CPU cores
// user_pref("dom.maxHardwareConcurrency", 2); // user_pref("dom.maxHardwareConcurrency", 4);
// ------------------------------------- // -------------------------------------
// Disable resource/navigation timing // Disable resource/navigation timing
user_pref("dom.enable_resource_timing", false); user_pref("dom.enable_resource_timing", false);
@ -1024,10 +1024,4 @@ user_pref("dom.getRootNode.enabled", false);
// SUCCESS // SUCCESS
user_pref("_config.applied", true); user_pref("_config.applied", true);
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// //