mirror of
https://github.com/lancedikson/bowser
synced 2026-02-10 01:50:10 +00:00
Remove overly broad Tizen and WebOS rules, remove duplicate test
Co-authored-by: naorpeled <6171622+naorpeled@users.noreply.github.com>
This commit is contained in:
parent
89317f1d18
commit
28c3f4ad2a
@ -471,30 +471,6 @@ export default [
|
||||
},
|
||||
},
|
||||
|
||||
/* Tizen (Samsung Smart TV OS) */
|
||||
{
|
||||
test(parser) {
|
||||
return parser.getOSName(true) === 'tizen';
|
||||
},
|
||||
describe() {
|
||||
return {
|
||||
type: PLATFORMS_MAP.tv,
|
||||
};
|
||||
},
|
||||
},
|
||||
|
||||
/* WebOS (LG Smart TV OS) */
|
||||
{
|
||||
test(parser) {
|
||||
return parser.getOSName(true) === 'webos';
|
||||
},
|
||||
describe() {
|
||||
return {
|
||||
type: PLATFORMS_MAP.tv,
|
||||
};
|
||||
},
|
||||
},
|
||||
|
||||
/* NetCast (LG Smart TV) */
|
||||
{
|
||||
test: [/netcast/i],
|
||||
|
||||
@ -2299,17 +2299,6 @@
|
||||
engine:
|
||||
name: "WebKit"
|
||||
version: "525.27.1"
|
||||
-
|
||||
ua: "Mozilla/5.0 (Web0S; Linux/SmartTV) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.122 Safari/537.36 WebAppManager"
|
||||
spec:
|
||||
browser:
|
||||
name: "WebOS Browser"
|
||||
os:
|
||||
name: "WebOS"
|
||||
platform:
|
||||
type: "tv"
|
||||
engine:
|
||||
name: "Blink"
|
||||
Android Browser:
|
||||
-
|
||||
ua: "Mozilla/5.0 (Linux; U; Android 4.4.2; de-de; Nexus 7 Build/KOT49H) AppleWebKit/537.16 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.16"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user