| diff -up firefox-55.0/browser/app/profile/firefox.js.addons firefox-55.0/browser/app/profile/firefox.js |
| |
| |
| @@ -65,7 +65,8 @@ pref("extensions.systemAddon.update.url" |
| |
| // 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", 0); |
| +pref("extensions.showMismatchUI", false); |
| // Scopes to scan for changes at startup. |
| pref("extensions.startupScanScopes", 0); |
| |