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:
2ba4e41
)
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, 5 May 2020 20:29:30 +0000
(21:29 +0100)
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 04fd609ac9d69dec22e9482be34787cb707868e2..d7359299091012f7d0a949d7d5033e4ed713dd8a 100644
(file)
--- a/
browser/app/profile/firefox.js
+++ b/
browser/app/profile/firefox.js
@@
-62,7
+62,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);