forked from zaclys/searxng
[mod] disable ddg by default - it just proxies yahoo/bing results: https://duck.co/help/company/yahoo-partnership
This commit is contained in:
parent
7d9c898170
commit
3a8d193d1f
|
@ -131,6 +131,7 @@ engines:
|
||||||
- name : duckduckgo
|
- name : duckduckgo
|
||||||
engine : duckduckgo
|
engine : duckduckgo
|
||||||
shortcut : ddg
|
shortcut : ddg
|
||||||
|
disabled : True
|
||||||
|
|
||||||
# api-key required: http://www.faroo.com/hp/api/api.html#key
|
# api-key required: http://www.faroo.com/hp/api/api.html#key
|
||||||
# - name : faroo
|
# - name : faroo
|
||||||
|
|
Loading…
Reference in New Issue