860 lines
19 KiB
Diff
860 lines
19 KiB
Diff
From: csagan5 <32685696+csagan5@users.noreply.github.com>
|
|
Date: Thu, 12 Oct 2017 11:06:18 +0200
|
|
Subject: Add DuckDuckGo Lite search engine
|
|
|
|
License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html
|
|
---
|
|
.../search_engines/prepopulated_engines.json | 10 +
|
|
.../search_engines/search_engine_type.h | 1 +
|
|
.../template_url_prepopulate_data.cc | 184 +++++++++---------
|
|
3 files changed, 103 insertions(+), 92 deletions(-)
|
|
|
|
diff --git a/components/search_engines/prepopulated_engines.json b/components/search_engines/prepopulated_engines.json
|
|
--- a/components/search_engines/prepopulated_engines.json
|
|
+++ b/components/search_engines/prepopulated_engines.json
|
|
@@ -102,6 +102,16 @@
|
|
"id": 92
|
|
},
|
|
|
|
+ "duckduckgo_light": {
|
|
+ "name": "DuckDuckGo Light",
|
|
+ "keyword": "duckduckgo.com/lite",
|
|
+ "favicon_url": "https://duckduckgo.com/favicon.ico",
|
|
+ "search_url": "https://duckduckgo.com/lite/?q={searchTerms}",
|
|
+ "suggest_url": "https://duckduckgo.com/ac/?q={searchTerms}&type=list",
|
|
+ "type": "SEARCH_ENGINE_DUCKDUCKGOLIGHT",
|
|
+ "id": 12
|
|
+ },
|
|
+
|
|
"ecosia": {
|
|
"name": "Ecosia",
|
|
"keyword": "ecosia.org",
|
|
diff --git a/components/search_engines/search_engine_type.h b/components/search_engines/search_engine_type.h
|
|
--- a/components/search_engines/search_engine_type.h
|
|
+++ b/components/search_engines/search_engine_type.h
|
|
@@ -79,6 +79,7 @@ enum SearchEngineType {
|
|
SEARCH_ENGINE_STARTER_PACK_HISTORY = 62,
|
|
SEARCH_ENGINE_STARTER_PACK_TABS = 63,
|
|
SEARCH_ENGINE_GOOGLE_EN = 64,
|
|
+ SEARCH_ENGINE_DUCKDUCKGOLIGHT = 65,
|
|
|
|
SEARCH_ENGINE_MAX // Bounding value needed for UMA histogram macro.
|
|
};
|
|
diff --git a/components/search_engines/template_url_prepopulate_data.cc b/components/search_engines/template_url_prepopulate_data.cc
|
|
--- a/components/search_engines/template_url_prepopulate_data.cc
|
|
+++ b/components/search_engines/template_url_prepopulate_data.cc
|
|
@@ -42,7 +42,7 @@ const PrepopulatedEngine* const engines_AE[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -60,7 +60,7 @@ const PrepopulatedEngine* const engines_AR[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_ar,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -68,7 +68,7 @@ const PrepopulatedEngine* const engines_AR[] = {
|
|
const PrepopulatedEngine* const engines_AT[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
- &yahoo_at,
|
|
+ &yahoo_at, &duckduckgo_light,
|
|
&duckduckgo,
|
|
&ecosia,
|
|
};
|
|
@@ -78,7 +78,7 @@ const PrepopulatedEngine* const engines_AU[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_au,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -87,7 +87,7 @@ const PrepopulatedEngine* const engines_BA[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_com,
|
|
};
|
|
|
|
@@ -97,7 +97,7 @@ const PrepopulatedEngine* const engines_BE[] = {
|
|
&bing,
|
|
&yahoo,
|
|
&ecosia,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Bulgaria
|
|
@@ -105,7 +105,7 @@ const PrepopulatedEngine* const engines_BG[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -114,7 +114,7 @@ const PrepopulatedEngine* const engines_BH[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -123,7 +123,7 @@ const PrepopulatedEngine* const engines_BI[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -132,7 +132,7 @@ const PrepopulatedEngine* const engines_BN[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -141,7 +141,7 @@ const PrepopulatedEngine* const engines_BO[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -150,7 +150,7 @@ const PrepopulatedEngine* const engines_BR[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_br,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_com,
|
|
};
|
|
|
|
@@ -160,7 +160,7 @@ const PrepopulatedEngine* const engines_BY[] = {
|
|
&yandex_by,
|
|
&mail_ru,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Belize
|
|
@@ -177,7 +177,7 @@ const PrepopulatedEngine* const engines_CA[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_ca,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -185,7 +185,7 @@ const PrepopulatedEngine* const engines_CA[] = {
|
|
const PrepopulatedEngine* const engines_CH[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yahoo_ch,
|
|
&ecosia,
|
|
};
|
|
@@ -195,7 +195,7 @@ const PrepopulatedEngine* const engines_CL[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_cl,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -214,7 +214,7 @@ const PrepopulatedEngine* const engines_CO[] = {
|
|
&bing,
|
|
&yahoo_co,
|
|
&duckduckgo,
|
|
- &ecosia,
|
|
+ &ecosia, &duckduckgo_light,
|
|
};
|
|
|
|
// Costa Rica
|
|
@@ -222,7 +222,7 @@ const PrepopulatedEngine* const engines_CR[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -232,7 +232,7 @@ const PrepopulatedEngine* const engines_CZ[] = {
|
|
&seznam_cz,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Germany
|
|
@@ -240,7 +240,7 @@ const PrepopulatedEngine* const engines_DE[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_de,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -249,7 +249,7 @@ const PrepopulatedEngine* const engines_DK[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_dk,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -258,7 +258,7 @@ const PrepopulatedEngine* const engines_DO[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -268,7 +268,7 @@ const PrepopulatedEngine* const engines_DZ[] = {
|
|
&bing,
|
|
&yahoo_fr,
|
|
&yandex_com,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Ecuador
|
|
@@ -295,7 +295,7 @@ const PrepopulatedEngine* const engines_EG[] = {
|
|
&bing,
|
|
&yahoo,
|
|
&yandex_com,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Spain
|
|
@@ -303,7 +303,7 @@ const PrepopulatedEngine* const engines_ES[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_es,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -312,7 +312,7 @@ const PrepopulatedEngine* const engines_FI[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_fi,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -339,7 +339,7 @@ const PrepopulatedEngine* const engines_GB[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_uk,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -348,7 +348,7 @@ const PrepopulatedEngine* const engines_GR[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -357,7 +357,7 @@ const PrepopulatedEngine* const engines_GT[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -367,7 +367,7 @@ const PrepopulatedEngine* const engines_HK[] = {
|
|
&bing,
|
|
&yahoo_hk,
|
|
&baidu,
|
|
- &so_360,
|
|
+ &so_360, &duckduckgo_light,
|
|
};
|
|
|
|
// Honduras
|
|
@@ -375,7 +375,7 @@ const PrepopulatedEngine* const engines_HN[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -393,7 +393,7 @@ const PrepopulatedEngine* const engines_HU[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_com,
|
|
};
|
|
|
|
@@ -402,7 +402,7 @@ const PrepopulatedEngine* const engines_ID[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_id,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_com,
|
|
};
|
|
|
|
@@ -411,7 +411,7 @@ const PrepopulatedEngine* const engines_IE[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_uk,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -421,7 +421,7 @@ const PrepopulatedEngine* const engines_IL[] = {
|
|
&bing,
|
|
&yandex_ru,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// India
|
|
@@ -429,7 +429,7 @@ const PrepopulatedEngine* const engines_IN[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_in,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&info_com,
|
|
};
|
|
|
|
@@ -439,7 +439,7 @@ const PrepopulatedEngine* const engines_IQ[] = {
|
|
&bing,
|
|
&yahoo,
|
|
&yandex_tr,
|
|
- &petal_search,
|
|
+ &petal_search, &duckduckgo_light,
|
|
};
|
|
|
|
// Iran
|
|
@@ -448,14 +448,14 @@ const PrepopulatedEngine* const engines_IR[] = {
|
|
&bing,
|
|
&yahoo,
|
|
&duckduckgo,
|
|
- &ask,
|
|
+ &ask, &duckduckgo_light,
|
|
};
|
|
|
|
// Iceland
|
|
const PrepopulatedEngine* const engines_IS[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yahoo,
|
|
&ecosia,
|
|
};
|
|
@@ -465,7 +465,7 @@ const PrepopulatedEngine* const engines_IT[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -474,7 +474,7 @@ const PrepopulatedEngine* const engines_JM[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -492,7 +492,7 @@ const PrepopulatedEngine* const engines_JP[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_jp,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&baidu,
|
|
};
|
|
|
|
@@ -501,7 +501,7 @@ const PrepopulatedEngine* const engines_KE[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_com,
|
|
};
|
|
|
|
@@ -529,7 +529,7 @@ const PrepopulatedEngine* const engines_KZ[] = {
|
|
&yandex_kz,
|
|
&mail_ru,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Lebanon
|
|
@@ -537,7 +537,7 @@ const PrepopulatedEngine* const engines_LB[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -545,7 +545,7 @@ const PrepopulatedEngine* const engines_LB[] = {
|
|
const PrepopulatedEngine* const engines_LI[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yahoo,
|
|
&ecosia,
|
|
};
|
|
@@ -555,7 +555,7 @@ const PrepopulatedEngine* const engines_LT[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yandex_ru,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yahoo,
|
|
};
|
|
|
|
@@ -563,7 +563,7 @@ const PrepopulatedEngine* const engines_LT[] = {
|
|
const PrepopulatedEngine* const engines_LU[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yahoo,
|
|
&ecosia,
|
|
};
|
|
@@ -574,7 +574,7 @@ const PrepopulatedEngine* const engines_LV[] = {
|
|
&bing,
|
|
&yandex_ru,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Libya
|
|
@@ -583,7 +583,7 @@ const PrepopulatedEngine* const engines_LY[] = {
|
|
&bing,
|
|
&yahoo,
|
|
&yandex_tr,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Morocco
|
|
@@ -592,14 +592,14 @@ const PrepopulatedEngine* const engines_MA[] = {
|
|
&bing,
|
|
&yahoo_fr,
|
|
&yandex_com,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Monaco
|
|
const PrepopulatedEngine* const engines_MC[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
- &yahoo_fr,
|
|
+ &yahoo_fr, &duckduckgo_light,
|
|
&duckduckgo,
|
|
&qwant,
|
|
};
|
|
@@ -619,7 +619,7 @@ const PrepopulatedEngine* const engines_ME[] = {
|
|
&bing,
|
|
&yandex_ru,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Macedonia
|
|
@@ -627,7 +627,7 @@ const PrepopulatedEngine* const engines_MK[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_com,
|
|
};
|
|
|
|
@@ -636,7 +636,7 @@ const PrepopulatedEngine* const engines_MX[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_mx,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -645,7 +645,7 @@ const PrepopulatedEngine* const engines_MY[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_my,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -654,7 +654,7 @@ const PrepopulatedEngine* const engines_NI[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -663,7 +663,7 @@ const PrepopulatedEngine* const engines_NL[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_nl,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -672,7 +672,7 @@ const PrepopulatedEngine* const engines_NO[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -681,7 +681,7 @@ const PrepopulatedEngine* const engines_NZ[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_nz,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -699,7 +699,7 @@ const PrepopulatedEngine* const engines_PA[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_es,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -709,7 +709,7 @@ const PrepopulatedEngine* const engines_PE[] = {
|
|
&bing,
|
|
&yahoo_pe,
|
|
&ecosia,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Philippines
|
|
@@ -718,7 +718,7 @@ const PrepopulatedEngine* const engines_PH[] = {
|
|
&bing,
|
|
&yahoo_ph,
|
|
&ecosia,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Pakistan
|
|
@@ -726,7 +726,7 @@ const PrepopulatedEngine* const engines_PK[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_com,
|
|
};
|
|
|
|
@@ -735,7 +735,7 @@ const PrepopulatedEngine* const engines_PL[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -744,7 +744,7 @@ const PrepopulatedEngine* const engines_PR[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -753,7 +753,7 @@ const PrepopulatedEngine* const engines_PT[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -762,7 +762,7 @@ const PrepopulatedEngine* const engines_PY[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_es,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -771,7 +771,7 @@ const PrepopulatedEngine* const engines_QA[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_tr,
|
|
};
|
|
|
|
@@ -780,7 +780,7 @@ const PrepopulatedEngine* const engines_RO[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_tr,
|
|
};
|
|
|
|
@@ -789,7 +789,7 @@ const PrepopulatedEngine* const engines_RS[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -799,7 +799,7 @@ const PrepopulatedEngine* const engines_RU[] = {
|
|
&google,
|
|
&duckduckgo,
|
|
&bing,
|
|
- &mail_ru,
|
|
+ &mail_ru, &duckduckgo_light,
|
|
};
|
|
|
|
// Rwanda
|
|
@@ -807,7 +807,7 @@ const PrepopulatedEngine* const engines_RW[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -817,7 +817,7 @@ const PrepopulatedEngine* const engines_SA[] = {
|
|
&bing,
|
|
&yahoo,
|
|
&yandex_com,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Sweden
|
|
@@ -825,7 +825,7 @@ const PrepopulatedEngine* const engines_SE[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_se,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -834,7 +834,7 @@ const PrepopulatedEngine* const engines_SG[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_sg,
|
|
- &baidu,
|
|
+ &baidu, &duckduckgo_light,
|
|
&duckduckgo,
|
|
};
|
|
|
|
@@ -842,7 +842,7 @@ const PrepopulatedEngine* const engines_SG[] = {
|
|
const PrepopulatedEngine* const engines_SI[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yahoo,
|
|
&yandex_com,
|
|
};
|
|
@@ -851,7 +851,7 @@ const PrepopulatedEngine* const engines_SI[] = {
|
|
const PrepopulatedEngine* const engines_SK[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yahoo,
|
|
&yandex_ru,
|
|
};
|
|
@@ -861,7 +861,7 @@ const PrepopulatedEngine* const engines_SV[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_es,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -871,7 +871,7 @@ const PrepopulatedEngine* const engines_SY[] = {
|
|
&bing,
|
|
&yandex_ru,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Thailand
|
|
@@ -888,7 +888,7 @@ const PrepopulatedEngine* const engines_TN[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_fr,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_com,
|
|
};
|
|
|
|
@@ -898,7 +898,7 @@ const PrepopulatedEngine* const engines_TR[] = {
|
|
&yandex_tr,
|
|
&yahoo_tr,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Trinidad and Tobago
|
|
@@ -906,7 +906,7 @@ const PrepopulatedEngine* const engines_TT[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_com,
|
|
};
|
|
|
|
@@ -915,8 +915,8 @@ const PrepopulatedEngine* const engines_TW[] = {
|
|
&googleen, &google,
|
|
&yahoo_tw,
|
|
&bing,
|
|
- &baidu,
|
|
- &duckduckgo,
|
|
+ &baidu, &duckduckgo_light,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Tanzania
|
|
@@ -924,7 +924,7 @@ const PrepopulatedEngine* const engines_TZ[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -942,7 +942,7 @@ const PrepopulatedEngine* const engines_US[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -951,7 +951,7 @@ const PrepopulatedEngine* const engines_UY[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_es,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -978,8 +978,8 @@ const PrepopulatedEngine* const engines_YE[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
- &yandex_com,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
+ &yandex_com, &duckduckgo_light,
|
|
};
|
|
|
|
// South Africa
|
|
@@ -987,7 +987,7 @@ const PrepopulatedEngine* const engines_ZA[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -996,7 +996,7 @@ const PrepopulatedEngine* const engines_ZW[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
--
|
|
2.25.1
|