Skip to content

Commit

Permalink
feat(client) detect browsers: Indian UC Mini Browser
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezzzhak committed Mar 20, 2022
1 parent 292dbd8 commit c2d07a8
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 @@ -219,6 +219,7 @@ class Browser extends AbstractClientParser
'IV' => 'Isivioo',
'IW' => 'Iceweasel',
'IE' => 'Internet Explorer',
'I5' => 'Indian UC Mini Browser',
'IM' => 'IE Mobile',
'IR' => 'Iron',
'JB' => 'Japan Browser',
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 @@ -5130,3 +5130,14 @@
family: Chrome
headers:
X-Requested-With: com.mycompany.app.soulbrowser
-
user_agent: Mozilla/5.0 (Linux; Android 11; SM-M127F Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/97.0.4692.98 Mobile Safari/537.36
client:
type: browser
name: Indian UC Mini Browser
version: ""
engine: Blink
engine_version: ""
family: Chrome
headers:
X-Requested-With: com.quickbig.browser
1 change: 1 addition & 0 deletions regexes/client/hints/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@
'com.opera.gx': 'Opera GX'
'com.ucold.browser.secure.browse': 'UC Browser Mini'
'com.mycompany.app.soulbrowser': 'Soul Browser'
'com.quickbig.browser': 'Indian UC Mini Browser' # Splash UC Mini Browser

0 comments on commit c2d07a8

Please sign in to comment.