abrowser: correct search plugin references
This commit is contained in:
parent
f0f53cb425
commit
4bce2f8f19
2 changed files with 2 additions and 3 deletions
|
|
@ -161,8 +161,7 @@ class SearchConfig(RemoteSettings):
|
||||||
return search_engine['webExtension']['id'] not in (
|
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',
|
'trisquel@search.mozilla.org', 'trisquel-packages@@search.mozilla.org',
|
||||||
'wiktionary@search.mozilla.org', 'qwant@search.mozilla.org',
|
'qwant@search.mozilla.org', 'ecosia@search.mozilla.org')
|
||||||
'ecosia@search.mozilla.org')
|
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def process_record(cls, search_engine):
|
def process_record(cls, search_engine):
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"webExtension": {
|
"webExtension": {
|
||||||
"id": "trisquel@search.mozilla.org"
|
"id": "trisquel-packages@search.mozilla.org"
|
||||||
},
|
},
|
||||||
"id": "b5fd21a8-e369-477f-a3f2-b47a370f9030",
|
"id": "b5fd21a8-e369-477f-a3f2-b47a370f9030",
|
||||||
"last_modified": 1678
|
"last_modified": 1678
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue