f7e2cb
diff -up firefox-55.0/browser/app/profile/firefox.js.addons firefox-55.0/browser/app/profile/firefox.js
f7e2cb
--- firefox-55.0/browser/app/profile/firefox.js.addons	2017-08-02 10:58:30.566363833 +0200
f7e2cb
+++ firefox-55.0/browser/app/profile/firefox.js	2017-08-02 10:59:15.377216959 +0200
f7e2cb
@@ -65,7 +65,8 @@ pref("extensions.systemAddon.update.url"
f7e2cb
 
f7e2cb
 // Disable add-ons that are not installed by the user in all scopes by default.
f7e2cb
 // See the SCOPE constants in AddonManager.jsm for values to use here.
f7e2cb
-pref("extensions.autoDisableScopes", 15);
f7e2cb
+pref("extensions.autoDisableScopes", 0);
f7e2cb
+pref("extensions.showMismatchUI", false);
f7e2cb
 // Scopes to scan for changes at startup.
f7e2cb
 pref("extensions.startupScanScopes", 0);
f7e2cb