From f2a830c036ab272ae935a8d3b76e97f6bfba2d7c Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 2 Jun 2018 21:58:55 +0200 Subject: [PATCH] move disabled default search engine selection prefs to ignore.js, obsolete No longer works in Firefox 52+, results in unexpected default search engine https://github.com/pyllyukko/user.js/issues/396 --- ignore.list | 8 ++++++++ user.js | 6 ------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ignore.list b/ignore.list index bff01192..263b1924 100644 --- a/ignore.list +++ b/ignore.list @@ -503,3 +503,11 @@ // https://bugzilla.mozilla.org/show_bug.cgi?id=448743 "general.useragent.locale" +// PREF: Set the default search engine to DuckDuckGo +// https://support.mozilla.org/en-US/questions/948134 +// No longer works in Firefox 52+, results in unexpected default search engine +// https://github.com/pyllyukko/user.js/issues/396 +user_pref("browser.search.defaultenginename", "DuckDuckGo"); +user_pref("browser.search.order.1", "DuckDuckGo"); +user_pref("keyword.URL", "https://duckduckgo.com/?q=!+"); + diff --git a/user.js b/user.js index f5a45384..17e200cd 100644 --- a/user.js +++ b/user.js @@ -204,12 +204,6 @@ user_pref("dom.maxHardwareConcurrency", 2); // PREF: Disable face detection user_pref("camera.control.face_detection.enabled", false); -// PREF: Set the default search engine to DuckDuckGo (disabled) -// https://support.mozilla.org/en-US/questions/948134 -//user_pref("browser.search.defaultenginename", "DuckDuckGo"); -//user_pref("browser.search.order.1", "DuckDuckGo"); -//user_pref("keyword.URL", "https://duckduckgo.com/html/?q=!+"); - // PREF: Disable GeoIP lookup on your address to set default search engine region // https://trac.torproject.org/projects/tor/ticket/16254 // https://support.mozilla.org/en-US/kb/how-stop-firefox-making-automatic-connections#w_geolocation-for-default-search-engine