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:
committed by
Adrien Destugues
parent
a1d14e4d75
commit
e5feb3a7ae
@@ -30,7 +30,7 @@ const char* kSettingsKeySearchPageURL = "search page url";
|
|||||||
const char* kDefaultDownloadPath = "/boot/home/Desktop/";
|
const char* kDefaultDownloadPath = "/boot/home/Desktop/";
|
||||||
const char* kDefaultStartPageURL
|
const char* kDefaultStartPageURL
|
||||||
= "file:///boot/home/config/settings/WebPositive/LoaderPages/Welcome";
|
= "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* kSettingsKeyUseProxy = "use http proxy";
|
||||||
const char* kSettingsKeyProxyAddress = "http proxy address";
|
const char* kSettingsKeyProxyAddress = "http proxy address";
|
||||||
|
|||||||
Reference in New Issue
Block a user