1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00
examples: http://www.webapps-online.com/online-tools/user-agent-strings/dv/brand798903/roku-dvp

note: The reason I added the test for Roku before all other tests is that Roku user agents might contain other tokens (like Windows), but Roku is still Roku.
This commit is contained in:
Oz Weiss
2019-07-07 12:55:53 +03:00
parent 41bbfc1600
commit 82cd6a82de
4 changed files with 51 additions and 0 deletions

View File

@@ -308,6 +308,18 @@
type: "mobile"
engine:
name: "Blink"
- ua: "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Roku/DVP-7.53 (147.53E04068A)"
spec:
browser:
name: "Chrome"
version: "60.0.3112.113"
os:
name: "Roku"
version: "7.53"
platform:
type: "tv"
engine:
name: "Blink"
Amazon Silk:
-
ua: "Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; KFTT Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.4 Mobile Safari/535.19 Silk-Accelerated=true"
@@ -2666,3 +2678,16 @@
engine:
name: "WebKit"
version: "605.1.15"
Roku:
-
ua: "Roku/DVP-9.0 (047.00E09044A)"
spec:
browser:
name: "Roku"
version: "DVP-9.0"
os:
name: "Roku"
version: "9.0"
platform:
type: "tv"
engine: {}