Skip to content

Commit

Permalink
feat(client) detect SilverMob US browser
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezzzhak committed Mar 21, 2022
1 parent 40a490e commit aaabbd4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions Parser/Client/Browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ class Browser extends AbstractClientParser
'SV' => 'SFive',
'SH' => 'Shiira',
'S1' => 'SimpleBrowser',
'3S' => 'SilverMob US',
'SY' => 'Sizzy',
'SK' => 'Skyfire',
'SS' => 'Seraphic Sraf',
Expand Down
11 changes: 11 additions & 0 deletions Tests/Parser/Client/fixtures/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5163,3 +5163,14 @@
family: Opera
headers:
x-requested-with: com.opera.mini.native
-
user_agent: Mozilla/5.0 (Linux; Android 6.0; Plane 1506 4G PS1084ML Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.98 Safari/537.36
client:
type: browser
name: SilverMob US
version: ""
engine: Blink
engine_version: ""
family: Chrome
headers:
x-requested-with: com.wSilverMobBrowser
1 change: 1 addition & 0 deletions regexes/client/hints/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@
'com.quickbig.browser': 'Indian UC Mini Browser' # Splash UC Mini Browser
'com.opera.browser': 'Opera'
'com.opera.mini.native': 'Opera Mini'
'com.wSilverMobBrowser': 'SilverMob US'

0 comments on commit aaabbd4

Please sign in to comment.