diff --git a/user.js b/user.js index 21ff9e3..cc8746b 100644 --- a/user.js +++ b/user.js @@ -572,7 +572,7 @@ user_pref("browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcu // Section : Miscellaneous // >>>>>>>>>>>>>>>>>>>>>> // Pref : Test user.js in about:config -user_pref("_config.applied", true); // [FENNEC] +user_pref("_config.applied", true); // ------------------------------------- // Pref : Updates addons automatically // https://blog.mozilla.org/addons/how-to-turn-off-add-on-updates/ @@ -2058,14 +2058,14 @@ user_pref("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) -user_pref("extensions.systemAddon.update.enabled", false); // [DESKTOP] -user_pref("extensions.systemAddon.update.url", ""); +// user_pref("extensions.systemAddon.update.enabled", false); // [DESKTOP] +user_pref("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"