Update 'config/mozilla.cfg'

 reEnabled System Add-on updates and sanitized from LOCALE the URL
This commit is contained in:
quindecim 2019-07-29 06:35:34 +00:00
parent 040d18229a
commit f52132693b
1 changed files with 4 additions and 4 deletions

View File

@ -577,7 +577,7 @@ lockPref("browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcut
// Section : Miscellaneous
// >>>>>>>>>>>>>>>>>>>>>>
// Pref : Test mozilla.cfg in about:config
lockPref("_config.applied", true); // [FENNEC]
lockPref("_config.applied", true);
// -------------------------------------
// Pref : Updates addons automatically
// https://blog.mozilla.org/addons/how-to-turn-off-add-on-updates/
@ -2063,14 +2063,14 @@ lockPref("browser.ping-centre.telemetry", false); // [DESKTOP]
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// Section : System add-ons / Experiments
// >>>>>>>>>>>>>>>>>>>>
// Pref : Disable System Add-on updates
// Pref : Sanitize System Add-on updates URL
// https://firefox-source-docs.mozilla.org/toolkit/mozapps/extensions/addon-manager/SystemAddons.html
// https://blog.mozilla.org/data/2018/08/20/effectively-measuring-search-in-firefox/
// https://github.com/pyllyukko/user.js/issues/419
// https://dxr.mozilla.org/mozilla-central/source/toolkit/mozapps/extensions/AddonManager.jsm#1248-1257
// [NOTE] Disabling system add-on updates prevents Mozilla from "hotfixing" your browser to patch critical problems (one possible use case from the documentation)
lockPref("extensions.systemAddon.update.enabled", false); // [DESKTOP]
lockPref("extensions.systemAddon.update.url", "");
// lockPref("extensions.systemAddon.update.enabled", false); // [DESKTOP]
lockPref("extensions.systemAddon.update.url", "https://aus5.mozilla.org/update/3/SystemAddons/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/update.xml"); // [URL SANITIZED]
// -------------------------------------
// Pref : Disable Normandy/Shield
// Shield is an telemetry system (including Heartbeat) that can also push and test "recipes"