mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 07:58:45 +03:00
Add AVG Secure Browser detection
This commit is contained in:
parent
7d4d9fd476
commit
0b7d05bae0
@ -273,6 +273,9 @@
|
||||
/(Avast)\/([\w\.]+)/i // Avast Secure Browser
|
||||
], [[NAME, 'Avast Secure Browser'], VERSION], [
|
||||
|
||||
/(AVG)\/([\w\.]+)/i // Avast Secure Browser
|
||||
], [[NAME, 'AVG Secure Browser'], VERSION], [
|
||||
|
||||
/(puffin)\/([\w\.]+)/i // Puffin
|
||||
], [[NAME, 'Puffin'], VERSION], [
|
||||
|
||||
|
@ -89,6 +89,16 @@
|
||||
"major" : "72"
|
||||
}
|
||||
},
|
||||
{
|
||||
"desc" : "AVG Secure Browser",
|
||||
"ua" : "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36 AVG/72.0.719.123",
|
||||
"expect" :
|
||||
{
|
||||
"name" : "AVG Secure Browser",
|
||||
"version" : "72.0.719.123",
|
||||
"major" : "72"
|
||||
}
|
||||
},
|
||||
{
|
||||
"desc" : "Baidu",
|
||||
"ua" : "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; baidubrowser 1.x)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user