Webpositive: Change default search engine to duckduckgo

Change-Id: I4cb519453b0697260778fb34449ba5ac36972dcd
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3757
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
Pascal Abresch
2021-03-05 08:00:50 +00:00
committed by Adrien Destugues
parent a1d14e4d75
commit e5feb3a7ae
+1 -1
View File
@@ -30,7 +30,7 @@ const char* kSettingsKeySearchPageURL = "search page url";
const char* kDefaultDownloadPath = "/boot/home/Desktop/";
const char* kDefaultStartPageURL
= "file:///boot/home/config/settings/WebPositive/LoaderPages/Welcome";
const char* kDefaultSearchPageURL = "https://www.google.com/search?q=%s";
const char* kDefaultSearchPageURL = "https://duckduckgo.com/?q=%s";
const char* kSettingsKeyUseProxy = "use http proxy";
const char* kSettingsKeyProxyAddress = "http proxy address";