Skip to content

Commit

Permalink
feat(client) detect browsers: UC Browser Mini
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezzzhak committed Mar 19, 2022
1 parent 02e8642 commit dd46ab2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Tests/Parser/Client/fixtures/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5081,3 +5081,14 @@
family: Opera
headers:
X-Requested-With: com.opera.gx
-
user_agent: Mozilla/5.0 (Linux; Android 11; SM-A022G 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: UC Browser Mini
version: ""
engine: Blink
engine_version: ""
family: Chrome
headers:
X-Requested-With: com.ucold.browser.secure.browse
1 change: 1 addition & 0 deletions regexes/client/hints/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@
'com.ecosia.android': 'Ecosia'
'org.lineageos.jelly': 'Jelly'
'com.opera.gx': 'Opera GX'
'com.ucold.browser.secure.browse': 'UC Browser Mini'

0 comments on commit dd46ab2

Please sign in to comment.