summaryrefslogtreecommitdiff
path: root/libre/iceweasel
diff options
context:
space:
mode:
Diffstat (limited to 'libre/iceweasel')
-rw-r--r--libre/iceweasel/vendor.js.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/libre/iceweasel/vendor.js.in b/libre/iceweasel/vendor.js.in
index d67ae2fb0..2d5f1a30b 100644
--- a/libre/iceweasel/vendor.js.in
+++ b/libre/iceweasel/vendor.js.in
@@ -321,3 +321,7 @@ pref("extensions.getAddons.showPane", false);
// Setting these preferences just in case and to not frustrate users.
pref("app.normandy.api_url", "http://127.0.0.1/");
pref("app.normandy.enabled", false);
+
+// Disable Mozilla's remote configuration of search engines
+// See https://bugzilla.mozilla.org/show_bug.cgi?id=1542235
+pref("browser.search.modernConfig", false);