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:
d5601c1
)
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
Raspbian forward porter
<root@raspbian.org>
Fri, 16 Aug 2024 20:14:34 +0000
(20:14 +0000)
Gbp-Pq: Topic debian-hacks
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 621900f90fc1b38c2071667e8637649f9e5b2ccf..a3483f859ddc62c4d8cd4062dea8dc0883977bee 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);