mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
bypass google consent with ucbcb=1
This commit is contained in:
@@ -133,14 +133,7 @@ def request(query, params):
|
||||
+ '/search'
|
||||
+ "?"
|
||||
+ urlencode(
|
||||
{
|
||||
'q': query,
|
||||
'tbm': "isch",
|
||||
**lang_info['params'],
|
||||
'ie': "utf8",
|
||||
'oe': "utf8",
|
||||
'num': 30,
|
||||
}
|
||||
{'q': query, 'tbm': "isch", **lang_info['params'], 'ie': "utf8", 'oe': "utf8", 'num': 30, 'ucbcb': 1}
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user