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>
Tue, 3 Sep 2024 20:28:04 +0000 (05:28 +0900)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Don-t-auto-disable-extensions-in-system-directories.patch

browser/app/profile/firefox.js

index 63168a92745f3ce5983c46cda7c547f62ff98e35..01a647193f2c640b5bc65a9daaf3d7d177a75100 100644 (file)
@@ -56,7 +56,7 @@ pref("extensions.systemAddon.update.enabled", true);
 
 // 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);