mirror of
https://github.com/searxng/searxng.git
synced 2026-05-24 03:44:31 +02:00
[fix] yep: fix 403 forbidden errors
Apparently, yep has been broken for a while. Measures to fix it: - only use HTTP/1.1, because our HTTP2 client gets fingerprinted and blocked - send the `Origin` HTTP header
This commit is contained in:
+1
-1
@@ -691,7 +691,7 @@ engines:
|
||||
shortcut: yep
|
||||
categories: general
|
||||
search_type: web
|
||||
timeout: 5
|
||||
timeout: 15
|
||||
disabled: true
|
||||
|
||||
- name: yep images
|
||||
|
||||
Reference in New Issue
Block a user