forked from zaclys/searxng
Disable brave by default
Brave is too unstable and will often not work by default. As seen in many issues: https://github.com/searxng/searxng/issues?q=is%3Aissue++sort%3Aupdated-desc+brave+label%3Abug+
This commit is contained in:
parent
242db53118
commit
fcccf39030
|
@ -1852,6 +1852,7 @@ engines:
|
||||||
month: 'pm'
|
month: 'pm'
|
||||||
year: 'py'
|
year: 'py'
|
||||||
categories: [general, web]
|
categories: [general, web]
|
||||||
|
disabled: true
|
||||||
about:
|
about:
|
||||||
website: https://brave.com/search/
|
website: https://brave.com/search/
|
||||||
wikidata_id: Q107355971
|
wikidata_id: Q107355971
|
||||||
|
|
Loading…
Reference in New Issue