summaryrefslogtreecommitdiff
path: root/librewolf/debian/patches/prefs/Don-t-auto-disable-extensions-in-system-directories.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-04 11:15:48 -0400
committerB. Stack <bgstack15@gmail.com>2022-07-04 11:15:48 -0400
commit58c28f62226cff0c897ed608fb74134e4ebd1602 (patch)
tree7f730c1d1e7970d77c9595d8333f43fcdd9c874d /librewolf/debian/patches/prefs/Don-t-auto-disable-extensions-in-system-directories.patch
parentMerge branch 'librewolf-bump' into 'master' (diff)
downloadstackrpms-58c28f62226cff0c897ed608fb74134e4ebd1602.tar.gz
stackrpms-58c28f62226cff0c897ed608fb74134e4ebd1602.tar.bz2
stackrpms-58c28f62226cff0c897ed608fb74134e4ebd1602.zip
lw 102.0 rc1
Diffstat (limited to 'librewolf/debian/patches/prefs/Don-t-auto-disable-extensions-in-system-directories.patch')
-rw-r--r--librewolf/debian/patches/prefs/Don-t-auto-disable-extensions-in-system-directories.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/librewolf/debian/patches/prefs/Don-t-auto-disable-extensions-in-system-directories.patch b/librewolf/debian/patches/prefs/Don-t-auto-disable-extensions-in-system-directories.patch
index 9421efe..ec0473c 100644
--- a/librewolf/debian/patches/prefs/Don-t-auto-disable-extensions-in-system-directories.patch
+++ b/librewolf/debian/patches/prefs/Don-t-auto-disable-extensions-in-system-directories.patch
@@ -7,7 +7,7 @@ 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 e7d2a89..6c647d0 100644
+index 0af0b8d..0e9c93e 100644
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -56,7 +56,7 @@ pref("extensions.systemAddon.update.enabled", true);
bgstack15