Merge commit 'c814ced7b35968cfdeb6284cc79168bfffed7c85'
This commit is contained in:
commit
af1e1d9239
@ -1452,7 +1452,11 @@ class UserAgent(BaseType):
|
|||||||
|
|
||||||
('Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like '
|
('Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like '
|
||||||
'Gecko',
|
'Gecko',
|
||||||
"IE 11.0 for Desktop Win7 64-bit")
|
"IE 11.0 for Desktop Win7 64-bit"),
|
||||||
|
|
||||||
|
('Mozilla/5.0 (Linux; U; Android 7.1.2) AppleWebKit/534.30 '
|
||||||
|
'(KHTML, like Gecko) Version/4.0 Mobile Safari/534.30',
|
||||||
|
"Mobile Generic Android")
|
||||||
]
|
]
|
||||||
return out
|
return out
|
||||||
|
|
||||||
|
5
scripts/dev/ua_fetch.py
Normal file → Executable file
5
scripts/dev/ua_fetch.py
Normal file → Executable file
@ -87,7 +87,10 @@ def add_diversity(table):
|
|||||||
('Wget/1.16.1 (linux-gnu)',
|
('Wget/1.16.1 (linux-gnu)',
|
||||||
"wget 1.16.1"),
|
"wget 1.16.1"),
|
||||||
('curl/7.40.0',
|
('curl/7.40.0',
|
||||||
"curl 7.40.0")
|
"curl 7.40.0"),
|
||||||
|
('Mozilla/5.0 (Linux; U; Android 7.1.2) AppleWebKit/534.30 '
|
||||||
|
'(KHTML, like Gecko) Version/4.0 Mobile Safari/534.30',
|
||||||
|
"Mobile Generic Android")
|
||||||
]
|
]
|
||||||
return table
|
return table
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user