diff options
Diffstat (limited to 'searx/webapp.py')
| -rwxr-xr-x | searx/webapp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index d7bb37717..c1857dd87 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -1040,7 +1040,6 @@ def image_proxy(): request_headers = { 'User-Agent': gen_useragent(), 'Accept': 'image/webp,*/*', - 'Accept-Encoding': 'gzip, deflate', 'Sec-GPC': '1', 'DNT': '1', } |