mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 16:08:47 +03:00
Remove Viera from list of browsers
This commit is contained in:
parent
4cd867a36e
commit
1fa3d02594
@ -131,7 +131,6 @@ const Browser = Object.freeze({
|
|||||||
TWITTER: 'Twitter',
|
TWITTER: 'Twitter',
|
||||||
UC: 'UCBrowser',
|
UC: 'UCBrowser',
|
||||||
UP: 'UP.Browser',
|
UP: 'UP.Browser',
|
||||||
VIERA: 'Viera',
|
|
||||||
VIVALDI: 'Vivaldi',
|
VIVALDI: 'Vivaldi',
|
||||||
VIVO: 'Vivo Browser',
|
VIVO: 'Vivo Browser',
|
||||||
W3M: 'w3m',
|
W3M: 'w3m',
|
||||||
|
@ -437,7 +437,6 @@
|
|||||||
/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,
|
/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,
|
||||||
// Polaris/Lynx/Dillo/iCab/Doris/Amaya/w3m/NetSurf/Obigo/Mosaic/Go/ICE/UP.Browser
|
// Polaris/Lynx/Dillo/iCab/Doris/Amaya/w3m/NetSurf/Obigo/Mosaic/Go/ICE/UP.Browser
|
||||||
/(links) \(([\w\.]+)/i, // Links
|
/(links) \(([\w\.]+)/i, // Links
|
||||||
/panasonic;(viera)/i // Panasonic Viera
|
|
||||||
], [NAME, VERSION], [
|
], [NAME, VERSION], [
|
||||||
|
|
||||||
/(cobalt)\/([\w\.]+)/i // Cobalt
|
/(cobalt)\/([\w\.]+)/i // Cobalt
|
||||||
|
@ -1709,16 +1709,6 @@
|
|||||||
"major" : "16"
|
"major" : "16"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"desc" : "Viera",
|
|
||||||
"ua" : "HbbTV/1.2.1 (;Panasonic;VIERA 2015;3.014;a001-003 4000-0000;)",
|
|
||||||
"expect" :
|
|
||||||
{
|
|
||||||
"name" : "VIERA",
|
|
||||||
"version" : "undefined",
|
|
||||||
"major" : "undefined"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"desc" : "w3m",
|
"desc" : "w3m",
|
||||||
"ua" : "w3m/0.5.1",
|
"ua" : "w3m/0.5.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user