projects
/
firefox-esr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c6ce83
)
Don't auto-disable extensions in system directories
author
Mike Hommey
<mh@glandium.org>
Fri, 17 Feb 2012 16:47:15 +0000
(17:47 +0100)
committer
Mike Hommey
<glandium@debian.org>
Tue, 13 Dec 2022 22:48:39 +0000
(22:48 +0000)
Gbp-Pq: Topic prefs
Gbp-Pq: Name Don-t-auto-disable-extensions-in-system-directories.patch
browser/app/profile/firefox.js
patch
|
blob
|
history
diff --git
a/browser/app/profile/firefox.js
b/browser/app/profile/firefox.js
index 84c76fd5eeffb5ef97cfdf9600a1028fac2a8a13..328fd79594e32ec814b47064bd786779b27dd3eb 100644
(file)
--- a/
browser/app/profile/firefox.js
+++ b/
browser/app/profile/firefox.js
@@
-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);