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:
parent
6f84cb8d7e
commit
593bf40d8e
9 changed files with 50 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue