summaryrefslogtreecommitdiff
path: root/libre/icecat/vendor.js
diff options
context:
space:
mode:
Diffstat (limited to 'libre/icecat/vendor.js')
-rw-r--r--libre/icecat/vendor.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/libre/icecat/vendor.js b/libre/icecat/vendor.js
index 808d1b118..d8d606bc1 100644
--- a/libre/icecat/vendor.js
+++ b/libre/icecat/vendor.js
@@ -3,3 +3,7 @@ pref("intl.locale.matchOS", true);
// Disable default browser checking.
pref("browser.shell.checkDefaultBrowser", false);
+
+// Don't disable our bundled extensions in the application directory
+pref("extensions.autoDisableScopes", 11);
+pref("extensions.shownSelectionUI", true);