[tor-commits] [tor-browser/tor-browser-31.4.0esr-4.5-1] Bug 14490: Make Disconnect the default search engine

mikeperry at torproject.org mikeperry at torproject.org
Thu Feb 12 03:03:04 UTC 2015


commit b4d03579fda41c3005f52979b25f29278ee2fe0c
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Wed Feb 11 16:22:50 2015 -0800

    Bug 14490: Make Disconnect the default search engine
---
 browser/app/profile/000-tor-browser.js |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 54fa6e3..0d5faa6 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -150,14 +150,14 @@ pref("browser.uiCustomization.state", "{\"placements\":{\"PanelUI-contents\":[\"
 
 // Putting the search engine prefs into this file to fix #11236.
 // Default search engine
-pref("browser.search.defaultenginename", "Startpage");
+pref("browser.search.defaultenginename", "Disconnect");
 
 // Search engine order (order displayed in the search bar dropdown)
-// Somewhat surprisingly we get Startpage - DuckDuckGo - Google as the order
+// Somewhat surprisingly we get Disconnect - YouTube - Twitter as the order
 // only if we set them as below.
-pref("browser.search.order.extra.1", "DuckDuckGo");
-pref("browser.search.order.extra.2", "Google");
-pref("browser.search.order.extra.3", "Startpage");
+pref("browser.search.order.extra.1", "YouTube");
+pref("browser.search.order.extra.2", "Twitter");
+pref("browser.search.order.extra.3", "Disconnect");
 
 // Hacks/workarounds: Direct2D seems to crash w/ lots of video cards w/ MinGW?
 // Nvida cards also experience crashes without the second pref set to disabled





More information about the tor-commits mailing list