Skip to content

Commit

Permalink
feat(client) detect Opera browser
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezzzhak committed Mar 20, 2022
1 parent c2d07a8 commit d2eab37
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Tests/Parser/Client/fixtures/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5140,4 +5140,15 @@
engine_version: ""
family: Chrome
headers:
X-Requested-With: com.quickbig.browser
x-requested-with: com.quickbig.browser
-
user_agent: Mozilla/5.0 (Linux; U; Android 11; en-us; CPH2069 Build/JOP24G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36
client:
type: browser
name: Opera
version: ""
engine: Blink
engine_version: ""
family: Opera
headers:
x-requested-with: com.opera.browser
1 change: 1 addition & 0 deletions regexes/client/hints/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@
'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
'com.opera.browser': 'Opera'

0 comments on commit d2eab37

Please sign in to comment.