forked from zaclys/searxng
		
	Merge branch 'master' of https://github.com/asciimoo/searx into filtron
This commit is contained in:
		
						commit
						9504acaca6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -24,7 +24,7 @@ NORMAL_REGEX = re.compile('^[0-9]+\.[0-9](\.[0-9])?$')
 | 
				
			||||||
# 
 | 
					# 
 | 
				
			||||||
useragents = {
 | 
					useragents = {
 | 
				
			||||||
    "versions": (),
 | 
					    "versions": (),
 | 
				
			||||||
    "os": ('Windows NT 10; WOW64',
 | 
					    "os": ('Windows NT 10.0; WOW64',
 | 
				
			||||||
           '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…
	
	Add table
		
		Reference in a new issue