Skip to content

Commit 0f886ac

Browse files
fixup! Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing
1 parent 70dace5 commit 0f886ac

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

browser/app/profile/000-tor-browser.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,15 @@ pref("browser.uiCustomization.state", "{\"placements\":{\"PanelUI-contents\":[\"
189189

190190
// Putting the search engine prefs into this file to fix #11236.
191191
// Default search engine
192-
pref("browser.search.defaultenginename", "Search");
192+
pref("browser.search.defaultenginename", "Disconnect");
193+
// Make sure we use the same search engine regardless of locale
194+
pref("browser.search.geoSpecificDefaults", false);
193195

194196
// Search engine order (order displayed in the search bar dropdown)
195197
// Somewhat surprisingly we get some random behavior if we specify more than
196198
// two search engines as below. See
197199
// https://bugzilla.mozilla.org/show_bug.cgi?id=1126722 for details.
198-
pref("browser.search.order.extra.1", "Search");
200+
pref("browser.search.order.extra.1", "Disconnect");
199201
pref("browser.search.order.extra.2", "YouTube");
200202

201203
// Hacks/workarounds: Direct2D seems to crash w/ lots of video cards w/ MinGW?

browser/locales/en-US/searchplugins/disconnect.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
3-
<ShortName>Search</ShortName>
3+
<ShortName>Disconnect</ShortName>
44
<LongName>Disconnect Private Search</LongName>
55
<Description>Private searches using disconnect.me</Description>
66
<Url type="text/html" method="POST" template="https://search.disconnect.me/searchTerms/search?ses=Google&amp;location_option=US&amp;source=tor">

0 commit comments

Comments
 (0)