903 lines
20 KiB
Diff
903 lines
20 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
|
|
|
|
---
|
|
.../search_engines/prepopulated_engines.json | 10 +
|
|
.../search_engines/search_engine_type.h | 1 +
|
|
.../template_url_prepopulate_data.cc | 190 +++++++++---------
|
|
3 files changed, 107 insertions(+), 94 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
|
|
@@ -91,6 +91,16 @@
|
|
"id": 68
|
|
},
|
|
|
|
+ "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
|
|
+ },
|
|
+
|
|
"duckduckgo": {
|
|
"name": "DuckDuckGo",
|
|
"keyword": "duckduckgo.com",
|
|
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
|
|
@@ -65,6 +65,7 @@ enum SearchEngineType {
|
|
SEARCH_ENGINE_360,
|
|
SEARCH_ENGINE_COCCOC,
|
|
SEARCH_ENGINE_DUCKDUCKGO,
|
|
+ SEARCH_ENGINE_DUCKDUCKGOLIGHT,
|
|
SEARCH_ENGINE_PARSIJOO,
|
|
SEARCH_ENGINE_QWANT,
|
|
SEARCH_ENGINE_GIVERO,
|
|
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
|
|
@@ -32,6 +32,7 @@ const PrepopulatedEngine* const engines_default[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Note, the below entries are sorted by country code, not the name in comment.
|
|
@@ -41,7 +42,7 @@ const PrepopulatedEngine* const engines_AE[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -50,7 +51,7 @@ const PrepopulatedEngine* const engines_AL[] = {
|
|
&googleen, &google,
|
|
&yahoo,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -59,7 +60,7 @@ const PrepopulatedEngine* const engines_AR[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_ar,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -67,7 +68,7 @@ const PrepopulatedEngine* const engines_AR[] = {
|
|
const PrepopulatedEngine* const engines_AT[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yahoo_at,
|
|
&ecosia,
|
|
};
|
|
@@ -76,7 +77,7 @@ const PrepopulatedEngine* const engines_AT[] = {
|
|
const PrepopulatedEngine* const engines_AU[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yahoo_au,
|
|
&ecosia,
|
|
};
|
|
@@ -86,7 +87,7 @@ const PrepopulatedEngine* const engines_BA[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ask,
|
|
};
|
|
|
|
@@ -96,7 +97,7 @@ const PrepopulatedEngine* const engines_BE[] = {
|
|
&bing,
|
|
&yahoo,
|
|
&ecosia,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Bulgaria
|
|
@@ -104,7 +105,7 @@ const PrepopulatedEngine* const engines_BG[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -113,7 +114,7 @@ const PrepopulatedEngine* const engines_BH[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -122,7 +123,7 @@ const PrepopulatedEngine* const engines_BI[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ask,
|
|
};
|
|
|
|
@@ -131,7 +132,7 @@ const PrepopulatedEngine* const engines_BN[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -140,7 +141,7 @@ const PrepopulatedEngine* const engines_BO[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -149,7 +150,7 @@ const PrepopulatedEngine* const engines_BR[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_br,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -167,7 +168,7 @@ const PrepopulatedEngine* const engines_BZ[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ask,
|
|
};
|
|
|
|
@@ -176,7 +177,7 @@ const PrepopulatedEngine* const engines_CA[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_ca,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -184,7 +185,7 @@ const PrepopulatedEngine* const engines_CA[] = {
|
|
const PrepopulatedEngine* const engines_CH[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yahoo_ch,
|
|
&ecosia,
|
|
};
|
|
@@ -194,7 +195,7 @@ const PrepopulatedEngine* const engines_CL[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_cl,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -213,7 +214,7 @@ const PrepopulatedEngine* const engines_CO[] = {
|
|
&bing,
|
|
&yahoo_co,
|
|
&ecosia,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Costa Rica
|
|
@@ -221,7 +222,7 @@ const PrepopulatedEngine* const engines_CR[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -231,7 +232,7 @@ const PrepopulatedEngine* const engines_CZ[] = {
|
|
&seznam_cz,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Germany
|
|
@@ -239,7 +240,7 @@ const PrepopulatedEngine* const engines_DE[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_de,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -248,7 +249,7 @@ const PrepopulatedEngine* const engines_DK[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_dk,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -257,7 +258,7 @@ const PrepopulatedEngine* const engines_DO[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -267,7 +268,7 @@ const PrepopulatedEngine* const engines_DZ[] = {
|
|
&yahoo,
|
|
&bing,
|
|
&yandex_ru,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Ecuador
|
|
@@ -276,7 +277,7 @@ const PrepopulatedEngine* const engines_EC[] = {
|
|
&bing,
|
|
&yahoo,
|
|
&ecosia,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Estonia
|
|
@@ -294,7 +295,7 @@ const PrepopulatedEngine* const engines_EG[] = {
|
|
&yahoo,
|
|
&bing,
|
|
&yandex_ru,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Spain
|
|
@@ -302,7 +303,7 @@ const PrepopulatedEngine* const engines_ES[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_es,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -311,7 +312,7 @@ const PrepopulatedEngine* const engines_FI[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_fi,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -320,7 +321,7 @@ const PrepopulatedEngine* const engines_FO[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_dk,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -338,7 +339,7 @@ const PrepopulatedEngine* const engines_GB[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_uk,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -347,7 +348,7 @@ const PrepopulatedEngine* const engines_GR[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -357,7 +358,7 @@ const PrepopulatedEngine* const engines_GT[] = {
|
|
&bing,
|
|
&yahoo,
|
|
&ecosia,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Hong Kong
|
|
@@ -375,7 +376,7 @@ const PrepopulatedEngine* const engines_HN[] = {
|
|
&bing,
|
|
&yahoo,
|
|
&yandex_ru,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Croatia
|
|
@@ -383,7 +384,7 @@ const PrepopulatedEngine* const engines_HR[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -392,7 +393,7 @@ const PrepopulatedEngine* const engines_HU[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -401,7 +402,7 @@ const PrepopulatedEngine* const engines_ID[] = {
|
|
&googleen, &google,
|
|
&yahoo_id,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_com,
|
|
};
|
|
|
|
@@ -410,7 +411,7 @@ const PrepopulatedEngine* const engines_IE[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -420,7 +421,7 @@ const PrepopulatedEngine* const engines_IL[] = {
|
|
&bing,
|
|
&yahoo,
|
|
&yandex_ru,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// India
|
|
@@ -428,7 +429,7 @@ const PrepopulatedEngine* const engines_IN[] = {
|
|
&googleen, &google,
|
|
&yahoo_in,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -438,7 +439,7 @@ const PrepopulatedEngine* const engines_IQ[] = {
|
|
&yahoo,
|
|
&bing,
|
|
&yandex_ru,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Iran
|
|
@@ -454,7 +455,7 @@ const PrepopulatedEngine* const engines_IR[] = {
|
|
const PrepopulatedEngine* const engines_IS[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yahoo,
|
|
&ecosia,
|
|
};
|
|
@@ -464,7 +465,7 @@ const PrepopulatedEngine* const engines_IT[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -473,7 +474,7 @@ const PrepopulatedEngine* const engines_JM[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ask,
|
|
};
|
|
|
|
@@ -482,7 +483,7 @@ const PrepopulatedEngine* const engines_JO[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_com,
|
|
};
|
|
|
|
@@ -492,7 +493,7 @@ const PrepopulatedEngine* const engines_JP[] = {
|
|
&yahoo_jp,
|
|
&bing,
|
|
&baidu,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Kenya
|
|
@@ -500,7 +501,7 @@ const PrepopulatedEngine* const engines_KE[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -518,7 +519,7 @@ const PrepopulatedEngine* const engines_KW[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_com,
|
|
};
|
|
|
|
@@ -536,7 +537,7 @@ const PrepopulatedEngine* const engines_LB[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -544,7 +545,7 @@ const PrepopulatedEngine* const engines_LB[] = {
|
|
const PrepopulatedEngine* const engines_LI[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yahoo,
|
|
&ecosia,
|
|
};
|
|
@@ -555,14 +556,14 @@ const PrepopulatedEngine* const engines_LT[] = {
|
|
&bing,
|
|
&yahoo,
|
|
&yandex_ru,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Luxembourg
|
|
const PrepopulatedEngine* const engines_LU[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yahoo,
|
|
&ecosia,
|
|
};
|
|
@@ -573,7 +574,7 @@ const PrepopulatedEngine* const engines_LV[] = {
|
|
&yandex_ru,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Libya
|
|
@@ -582,7 +583,7 @@ const PrepopulatedEngine* const engines_LY[] = {
|
|
&yahoo,
|
|
&bing,
|
|
&yandex_com,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Morocco
|
|
@@ -590,7 +591,7 @@ const PrepopulatedEngine* const engines_MA[] = {
|
|
&googleen, &google,
|
|
&yahoo,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_com,
|
|
};
|
|
|
|
@@ -598,7 +599,7 @@ const PrepopulatedEngine* const engines_MA[] = {
|
|
const PrepopulatedEngine* const engines_MC[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yahoo,
|
|
&qwant,
|
|
};
|
|
@@ -608,7 +609,7 @@ const PrepopulatedEngine* const engines_MD[] = {
|
|
&googleen, &google,
|
|
&yandex_ru,
|
|
&mail_ru,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&bing,
|
|
};
|
|
|
|
@@ -618,7 +619,7 @@ const PrepopulatedEngine* const engines_ME[] = {
|
|
&bing,
|
|
&yahoo,
|
|
&yandex_ru,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Macedonia
|
|
@@ -626,7 +627,7 @@ const PrepopulatedEngine* const engines_MK[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -636,7 +637,7 @@ const PrepopulatedEngine* const engines_MX[] = {
|
|
&bing,
|
|
&yahoo_mx,
|
|
&ecosia,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Malaysia
|
|
@@ -644,7 +645,7 @@ const PrepopulatedEngine* const engines_MY[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_my,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&baidu,
|
|
};
|
|
|
|
@@ -653,8 +654,9 @@ const PrepopulatedEngine* const engines_NI[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
+ &duckduckgo_light,
|
|
};
|
|
|
|
// Netherlands
|
|
@@ -662,7 +664,7 @@ const PrepopulatedEngine* const engines_NL[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_nl,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -671,7 +673,7 @@ const PrepopulatedEngine* const engines_NO[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -679,7 +681,7 @@ const PrepopulatedEngine* const engines_NO[] = {
|
|
const PrepopulatedEngine* const engines_NZ[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yahoo_nz,
|
|
&ecosia,
|
|
};
|
|
@@ -689,7 +691,7 @@ const PrepopulatedEngine* const engines_OM[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -698,7 +700,7 @@ const PrepopulatedEngine* const engines_PA[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -708,7 +710,7 @@ const PrepopulatedEngine* const engines_PE[] = {
|
|
&bing,
|
|
&yahoo_pe,
|
|
&ecosia,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Philippines
|
|
@@ -717,7 +719,7 @@ const PrepopulatedEngine* const engines_PH[] = {
|
|
&yahoo_ph,
|
|
&bing,
|
|
&ecosia,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Pakistan
|
|
@@ -725,7 +727,7 @@ const PrepopulatedEngine* const engines_PK[] = {
|
|
&googleen, &google,
|
|
&yahoo,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_com,
|
|
};
|
|
|
|
@@ -734,7 +736,7 @@ const PrepopulatedEngine* const engines_PL[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -743,7 +745,7 @@ const PrepopulatedEngine* const engines_PR[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -752,7 +754,7 @@ const PrepopulatedEngine* const engines_PT[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -761,7 +763,7 @@ const PrepopulatedEngine* const engines_PY[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -770,7 +772,7 @@ const PrepopulatedEngine* const engines_QA[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_com,
|
|
};
|
|
|
|
@@ -779,7 +781,7 @@ const PrepopulatedEngine* const engines_RO[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -788,7 +790,7 @@ const PrepopulatedEngine* const engines_RS[] = {
|
|
&googleen, &google,
|
|
&yahoo,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -806,7 +808,7 @@ const PrepopulatedEngine* const engines_RW[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&mail_ru,
|
|
};
|
|
|
|
@@ -816,7 +818,7 @@ const PrepopulatedEngine* const engines_SA[] = {
|
|
&bing,
|
|
&yahoo,
|
|
&yandex_com,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Sweden
|
|
@@ -824,7 +826,7 @@ const PrepopulatedEngine* const engines_SE[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo_se,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -841,7 +843,7 @@ const PrepopulatedEngine* const engines_SG[] = {
|
|
const PrepopulatedEngine* const engines_SI[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yahoo,
|
|
&yandex_ru,
|
|
};
|
|
@@ -851,7 +853,7 @@ const PrepopulatedEngine* const engines_SK[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&seznam_cz,
|
|
};
|
|
|
|
@@ -860,7 +862,7 @@ const PrepopulatedEngine* const engines_SV[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -870,7 +872,7 @@ const PrepopulatedEngine* const engines_SY[] = {
|
|
&bing,
|
|
&yahoo,
|
|
&yandex_ru,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Thailand
|
|
@@ -878,7 +880,7 @@ const PrepopulatedEngine* const engines_TH[] = {
|
|
&googleen, &google,
|
|
&yahoo_th,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&baidu,
|
|
};
|
|
|
|
@@ -888,7 +890,7 @@ const PrepopulatedEngine* const engines_TN[] = {
|
|
&yahoo,
|
|
&bing,
|
|
&yandex_ru,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Turkey
|
|
@@ -897,7 +899,7 @@ const PrepopulatedEngine* const engines_TR[] = {
|
|
&yandex_tr,
|
|
&yahoo_tr,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// Trinidad and Tobago
|
|
@@ -905,7 +907,7 @@ const PrepopulatedEngine* const engines_TT[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ask,
|
|
};
|
|
|
|
@@ -923,7 +925,7 @@ const PrepopulatedEngine* const engines_TZ[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&yandex_ru,
|
|
};
|
|
|
|
@@ -941,7 +943,7 @@ const PrepopulatedEngine* const engines_US[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -950,7 +952,7 @@ const PrepopulatedEngine* const engines_UY[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -959,7 +961,7 @@ const PrepopulatedEngine* const engines_VE[] = {
|
|
&googleen, &google,
|
|
&yahoo_ve,
|
|
&bing,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&ecosia,
|
|
};
|
|
|
|
@@ -978,7 +980,7 @@ const PrepopulatedEngine* const engines_YE[] = {
|
|
&bing,
|
|
&yahoo,
|
|
&yandex_ru,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
|
|
// South Africa
|
|
@@ -986,7 +988,7 @@ const PrepopulatedEngine* const engines_ZA[] = {
|
|
&googleen, &google,
|
|
&bing,
|
|
&yahoo,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
&baidu,
|
|
};
|
|
|
|
@@ -996,7 +998,7 @@ const PrepopulatedEngine* const engines_ZW[] = {
|
|
&bing,
|
|
&yahoo,
|
|
&ask,
|
|
- &duckduckgo,
|
|
+ &duckduckgo, &duckduckgo_light,
|
|
};
|
|
// ----------------------------------------------------------------------------
|
|
|
|
--
|
|
2.17.1
|
|
|