summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian-hacks/Don-t-auto-disable-extensions-in-system-directories.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debian-hacks/Don-t-auto-disable-extensions-in-system-directories.patch')
-rw-r--r--debian/patches/debian-hacks/Don-t-auto-disable-extensions-in-system-directories.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/debian-hacks/Don-t-auto-disable-extensions-in-system-directories.patch b/debian/patches/debian-hacks/Don-t-auto-disable-extensions-in-system-directories.patch
index 14d0030b1f..c50a192e44 100644
--- a/debian/patches/debian-hacks/Don-t-auto-disable-extensions-in-system-directories.patch
+++ b/debian/patches/debian-hacks/Don-t-auto-disable-extensions-in-system-directories.patch
@@ -7,13 +7,13 @@ Subject: Don't auto-disable extensions in system directories
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
-index 5964d40..7ed7bf6 100644
+index 1ef5a05..4c36df2 100644
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -58,7 +58,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.
+ // See the SCOPE constants in AddonManager.sys.mjs for values to use here.
-pref("extensions.autoDisableScopes", 15);
+pref("extensions.autoDisableScopes", 3);
// Scopes to scan for changes at startup.