Skip to content

Commit

Permalink
feat(client) detect browser Dolphin
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezzzhak committed Mar 17, 2022
1 parent ef6130e commit dd4fe29
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 @@ -4944,3 +4944,14 @@
family: Chrome
headers:
X-Requested-With: com.dolphin.browser.zero
-
user_agent: Mozilla/5.0 (Linux; Android 11; RMX2063 Build/RKQ1.201112.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/97.0.4692.70 Mobile Safari/537.36
client:
type: browser
name: Dolphin
version: ""
engine: Blink
engine_version: ""
family: Chrome
headers:
X-Requested-With: mobi.mgeek.TunnyBrowser
1 change: 1 addition & 0 deletions regexes/client/hints/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@
'com.ume.browser.cust': 'Ume Browser'
'com.kuto.browser': 'KUTO Mini Browser'
'com.dolphin.browser.zero': 'Dolphin Zero'
'mobi.mgeek.TunnyBrowser': 'Dolphin' # Dolphin + AdBlock

0 comments on commit dd4fe29

Please sign in to comment.