Fix User-Agent for Google searches
This commit is contained in:
parent
19702dc9cb
commit
de7f861fb1
|
@ -200,7 +200,7 @@ def request(query, params):
|
||||||
params['headers']['Accept'] = 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
|
params['headers']['Accept'] = 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
|
||||||
|
|
||||||
# Force Internet Explorer 12 user agent to avoid loading the new UI that Searx can't parse
|
# Force Internet Explorer 12 user agent to avoid loading the new UI that Searx can't parse
|
||||||
params['headers']['User-Agent'] = "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)"
|
params['headers']['User-Agent'] = "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.0 Safari/525.13"
|
||||||
|
|
||||||
params['google_hostname'] = google_hostname
|
params['google_hostname'] = google_hostname
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue