mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-04 03:27:06 -05:00 
			
		
		
		
	Merge pull request #605 from searxng/update-user-agent
update_firefox_version.py: update user agent signature
This commit is contained in:
		
						commit
						c82c708528
					
				@ -20,7 +20,7 @@ NORMAL_REGEX = re.compile('^[0-9]+\.[0-9](\.[0-9])?$')
 | 
				
			|||||||
#
 | 
					#
 | 
				
			||||||
useragents = {
 | 
					useragents = {
 | 
				
			||||||
    "versions": (),
 | 
					    "versions": (),
 | 
				
			||||||
    "os": ('Windows NT 10.0; WOW64',
 | 
					    "os": ('Windows NT 10.0; Win64; x64',
 | 
				
			||||||
           'X11; Linux x86_64'),
 | 
					           'X11; Linux x86_64'),
 | 
				
			||||||
    "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}"
 | 
					    "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user