Skip to content

Commit

Permalink
feat(client) detect Opera Mini browser
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezzzhak committed Mar 20, 2022
1 parent d2eab37 commit 40a490e
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 @@ -5152,3 +5152,14 @@
family: Opera
headers:
x-requested-with: com.opera.browser
-
user_agent: Mozilla/5.0 (Linux; Android 11; RMX3231 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/96.0.4664.45 Mobile Safari/537.36
client:
type: browser
name: Opera Mini
version: ""
engine: Blink
engine_version: ""
family: Opera
headers:
x-requested-with: com.opera.mini.native
1 change: 1 addition & 0 deletions regexes/client/hints/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@
'com.mycompany.app.soulbrowser': 'Soul Browser'
'com.quickbig.browser': 'Indian UC Mini Browser' # Splash UC Mini Browser
'com.opera.browser': 'Opera'
'com.opera.mini.native': 'Opera Mini'

0 comments on commit 40a490e

Please sign in to comment.