diff options
author | Émilien Devos <contact@emiliendevos.be> | 2022-08-31 15:47:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-31 15:47:56 +0200 |
commit | fcccf390309e93d33adc6173cf85f4b5fa92ccd8 (patch) | |
tree | e218b27978189fe163ace474ddc24f1f3f20191e /searx | |
parent | 242db5311817c1f8b9ab6b428060e3eb2a4aea76 (diff) | |
download | searxng-fcccf390309e93d33adc6173cf85f4b5fa92ccd8.tar.gz searxng-fcccf390309e93d33adc6173cf85f4b5fa92ccd8.zip |
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+
Diffstat (limited to 'searx')
-rw-r--r-- | searx/settings.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index c97a86e4f..55b95a601 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1852,6 +1852,7 @@ engines: month: 'pm' year: 'py' categories: [general, web] + disabled: true about: website: https://brave.com/search/ wikidata_id: Q107355971 |