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:
e1d4a4e
)
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, 9 Jul 2019 22:13:23 +0000
(23:13 +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 3923ff04d5f2add4b04c7aea3ee61661c6d2a1a1..23f421d3a0edb5efcceb00a47db932a5429d9dce 100644
(file)
--- a/
browser/app/profile/firefox.js
+++ b/
browser/app/profile/firefox.js
@@
-57,7
+57,7
@@
pref("extensions.systemAddon.update.url", "https://aus5.mozilla.org/update/3/Sys
// 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);