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 0665e7e27d..19982a7ff3 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,10 +7,10 @@ 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 8c4b0e2..f63d5a8 100644
+index 27c2d13..f569582 100644
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
-@@ -58,7 +58,7 @@ pref("extensions.systemAddon.update.enabled", true);
+@@ -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.sys.mjs for values to use here.