mirror of
https://github.com/searxng/searxng.git
synced 2025-01-10 18:35:26 +00:00
[mod] update useragent versions
This commit is contained in:
parent
27efdf38c8
commit
dafb49c804
1 changed files with 4 additions and 4 deletions
|
@ -17,11 +17,11 @@ from searx import logger
|
|||
|
||||
logger = logger.getChild('utils')
|
||||
|
||||
ua_versions = ('29.0',
|
||||
'30.0',
|
||||
'31.0',
|
||||
ua_versions = ('31.0',
|
||||
'32.0',
|
||||
'33.0')
|
||||
'33.0',
|
||||
'34.0',
|
||||
'35.0')
|
||||
|
||||
ua_os = ('Windows NT 6.3; WOW64',
|
||||
'X11; Linux x86_64',
|
||||
|
|
Loading…
Reference in a new issue