Skip to content

Commit

Permalink
Adds detection for Benesse TAB-A03-BR2
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Jul 13, 2022
1 parent c94cbd1 commit f1e2e17
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions Tests/fixtures/tablet-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6602,3 +6602,21 @@
model: N1 G1
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 5.1; TAB-A03-BR2 Build/02.00.000; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Safari/537.36
os:
name: Android
version: "5.1"
platform: ""
client:
type: browser
name: Chrome Webview
version: 59.0.3071.125
engine: Blink
engine_version: 59.0.3071.125
device:
type: tablet
brand: Benesse
model: TAB-A03-BR2
os_family: Android
browser_family: Chrome
2 changes: 1 addition & 1 deletion regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30469,7 +30469,7 @@ Pelitt:

# Benesse
Benesse:
regex: '(TAB-A03-BS)(?:[);/ ]|$)'
regex: '(TAB-A03-(?:BR2|BS))(?:[);/ ]|$)'
device: 'tablet'
model: '$1'

Expand Down

0 comments on commit f1e2e17

Please sign in to comment.