Don't auto-disable extensions in system directories
authorMike Hommey <mh@glandium.org>
Fri, 17 Feb 2012 16:47:15 +0000 (17:47 +0100)
committerMike Hommey <glandium@debian.org>
Thu, 20 Jun 2019 17:48:50 +0000 (18:48 +0100)
Gbp-Pq: Topic prefs
Gbp-Pq: Name Don-t-auto-disable-extensions-in-system-directories.patch

browser/app/profile/firefox.js

index f5d86013eeea8ad1865ea9251722939a7ff29bc1..ae30772f376d9ccc9249184a7e68dac920ff2c74 100644 (file)
@@ -57,7 +57,7 @@ pref("extensions.systemAddon.update.url", "https://aus5.mozilla.org/update/3/Sys
 
 // Disable add-ons that are not installed by the user in all scopes by default.
 // See the SCOPE constants in AddonManager.jsm for values to use here.
-pref("extensions.autoDisableScopes", 15);
+pref("extensions.autoDisableScopes", 3);
 // Scopes to scan for changes at startup.
 pref("extensions.startupScanScopes", 0);