Backport - Remove Viera from list of browsers

(cherry picked from commit 1fa3d02594f46ae5c4e96a5b3b6508cc4d9246e0)
This commit is contained in:
Faisal Salman 2024-09-10 20:22:07 +07:00
parent 44ef80620c
commit 4322c49c55
2 changed files with 0 additions and 11 deletions

View File

@ -353,7 +353,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

View File

@ -1679,16 +1679,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",