diff --git a/toolkit/components/search/SearchService.jsm b/toolkit/components/search/SearchService.jsm index 764f09eedfb9..018a45589b3e 100644 --- a/toolkit/components/search/SearchService.jsm +++ b/toolkit/components/search/SearchService.jsm @@ -176,7 +176,7 @@ const SEARCH_GEO_DEFAULT_UPDATE_INTERVAL = 2592000; // 30 days. // engines we use engine-locale to address the engine. // This is to be removed in https://bugzilla.mozilla.org/show_bug.cgi?id=1532246 const MULTI_LOCALE_ENGINES = [ - "amazon", "amazondotcom", "bolcom", "ebay", "google", "markplaats", + "amazon", "amazondotcom", "bolcom", "ebay", "google", "marktplaats", "mercadolibre", "twitter", "wikipedia", "wiktionary", "yandex", "multilocale", ];