abrowser: Added more search engines
This commit is contained in:
parent
593bf40d8e
commit
f0f53cb425
4 changed files with 47 additions and 12 deletions
|
|
@ -159,7 +159,10 @@ class SearchConfig(RemoteSettings):
|
|||
@classmethod
|
||||
def should_drop_record(cls, search_engine):
|
||||
return search_engine['webExtension']['id'] not in (
|
||||
cls._DUCKDUCKGO_SEARCH_ENGINE_ID, 'wikipedia@search.mozilla.org')
|
||||
cls._DUCKDUCKGO_SEARCH_ENGINE_ID, 'wikipedia@search.mozilla.org',
|
||||
'trisquel@search.mozilla.org', 'trisquel-packages@@search.mozilla.org',
|
||||
'wiktionary@search.mozilla.org', 'qwant@search.mozilla.org',
|
||||
'ecosia@search.mozilla.org')
|
||||
|
||||
@classmethod
|
||||
def process_record(cls, search_engine):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue