mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Merge branch 'master' into feature/fix-nose-coverage
This commit is contained in:
		
						commit
						43568a76dc
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -199,6 +199,9 @@ def request(query, params):
 | 
				
			||||||
    params['headers']['Accept-Language'] = language + ',' + language + '-' + country
 | 
					    params['headers']['Accept-Language'] = language + ',' + language + '-' + country
 | 
				
			||||||
    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
 | 
				
			||||||
 | 
					    params['headers']['User-Agent'] = "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    params['google_hostname'] = google_hostname
 | 
					    params['google_hostname'] = google_hostname
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return params
 | 
					    return params
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue