Skip to content
Snippets Groups Projects
Commit 4bce2f8f authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

abrowser: correct search plugin references

parent f0f53cb4
No related branches found
No related tags found
No related merge requests found
...@@ -161,8 +161,7 @@ class SearchConfig(RemoteSettings): ...@@ -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 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment