[tbb-commits] [tor-browser/tor-browser-52.1.0esr-7.0-2] fixup! Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter;

gk at torproject.org gk at torproject.org
Wed May 10 07:16:17 UTC 2017


commit e6b99c78fdc1800988537c73ef13e75b56c28b3e
Author: Kathy Brade <brade at pearlcrescent.com>
Date:   Tue May 9 15:29:43 2017 -0400

    fixup! Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter;
            remove Amazon, eBay, bing.
    
    Use a data: URL for the browser.search.defaultenginename preference value
    so that the value is used when setting the default search engine.
    Fixes bug #22044.
---
 browser/app/profile/000-tor-browser.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 27cfe53..d422694 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -267,7 +267,7 @@ 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", "DuckDuckGo");
+pref("browser.search.defaultenginename", "data:text/plain,browser.search.defaultenginename=DuckDuckGo");
 // Make sure we use the same search engine regardless of locale
 pref("browser.search.geoSpecificDefaults", false);
 



More information about the tbb-commits mailing list