Skip to content

Commit

Permalink
move disabled default search engine selection prefs to ignore.js, obs…
Browse files Browse the repository at this point in the history
…olete

No longer works in Firefox 52+, results in unexpected default search engine
#396
  • Loading branch information
nodiscc authored and pyllyukko committed Jun 16, 2018
1 parent b2975ab commit f2a830c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 8 additions & 0 deletions ignore.list
Original file line number Diff line number Diff line change
Expand Up @@ -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=!+");

6 changes: 0 additions & 6 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2a830c

Please sign in to comment.