diff options
author | Alexandre FLAMENT <alexandre.flament@hesge.ch> | 2022-09-18 22:08:38 +0000 |
---|---|---|
committer | Alexandre FLAMENT <alexandre.flament@hesge.ch> | 2022-09-18 22:08:38 +0000 |
commit | 33b43763b9da77d003ff9f38cae6d37d81a158f0 (patch) | |
tree | 5924972b98ce56fe200824c8c27eb0fad91ca085 /searx/settings.yml | |
parent | 2ca62fec33e274fba7e11379ae4db9156741cc41 (diff) | |
download | searxng-33b43763b9da77d003ff9f38cae6d37d81a158f0.tar.gz searxng-33b43763b9da77d003ff9f38cae6d37d81a158f0.zip |
Brave engine: fix BrotliDecoderDecompressStream error
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 197d7f949..e2e0d2266 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1865,6 +1865,8 @@ engines: year: 'py' categories: [general, web] disabled: true + headers: + Accept-Encoding: gzip, deflate about: website: https://brave.com/search/ wikidata_id: Q107355971 |