abrowser: Correction to make ddg the default search engine. Added packages.trisquel.org to engines and newtab. Use default values for strict content blocking

This commit is contained in:
Ruben Rodriguez 2023-02-21 16:35:10 -05:00
parent 6f84cb8d7e
commit 593bf40d8e
9 changed files with 50 additions and 5 deletions

View file

@ -176,6 +176,8 @@ class SearchConfig(RemoteSettings):
if 'included' in specifier and 'everywhere' in specifier[
'included'] and specifier['included']['everywhere']:
if search_engine['webExtension']['id'] == cls._DUCKDUCKGO_SEARCH_ENGINE_ID:
specifier['default'] = 'yes'
general_specifier = specifier
if not general_specifier: