mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] update user agent versions
this fixes duckduckgo error response
This commit is contained in:
		
							parent
							
								
									f82ead3e30
								
							
						
					
					
						commit
						c7000cd1df
					
				
					 1 changed files with 9 additions and 8 deletions
				
			
		|  | @ -39,14 +39,15 @@ else: | ||||||
| 
 | 
 | ||||||
| logger = logger.getChild('utils') | logger = logger.getChild('utils') | ||||||
| 
 | 
 | ||||||
| ua_versions = ('40.0', | ua_versions = ('52.8.1', | ||||||
|                '41.0', |                '53.0', | ||||||
|                '42.0', |                '54.0', | ||||||
|                '43.0', |                '55.0', | ||||||
|                '44.0', |                '56.0', | ||||||
|                '45.0', |                '57.0', | ||||||
|                '46.0', |                '58.0', | ||||||
|                '47.0') |                '59.0', | ||||||
|  |                '60.0.2') | ||||||
| 
 | 
 | ||||||
| ua_os = ('Windows NT 6.3; WOW64', | ua_os = ('Windows NT 6.3; WOW64', | ||||||
|          'X11; Linux x86_64', |          'X11; Linux x86_64', | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Marc Abonce Seguin
						Marc Abonce Seguin