forked from zaclys/searxng
[enh] extend user agent versions
This commit is contained in:
parent
4184cece4a
commit
d8ef944974
|
@ -1,4 +1,3 @@
|
||||||
# import htmlentitydefs
|
|
||||||
import cStringIO
|
import cStringIO
|
||||||
import csv
|
import csv
|
||||||
import os
|
import os
|
||||||
|
@ -20,7 +19,10 @@ ua_versions = ('33.0',
|
||||||
'34.0',
|
'34.0',
|
||||||
'35.0',
|
'35.0',
|
||||||
'36.0',
|
'36.0',
|
||||||
'37.0')
|
'37.0',
|
||||||
|
'38.0',
|
||||||
|
'39.0',
|
||||||
|
'40.0')
|
||||||
|
|
||||||
ua_os = ('Windows NT 6.3; WOW64',
|
ua_os = ('Windows NT 6.3; WOW64',
|
||||||
'X11; Linux x86_64',
|
'X11; Linux x86_64',
|
||||||
|
|
Loading…
Reference in New Issue