Skip to content

Commit

Permalink
feat(client) detect Ghostery Privacy Browser
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezzzhak committed Mar 30, 2022
1 parent 91505b6 commit e3c6801
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 @@ -5377,3 +5377,14 @@
family: Opera
headers:
x-requested-with: com.opera.touch
-
user_agent: Mozilla/5.0 (Linux; Android 9; JAT-LX3 Build/HUAWEIJAT-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/96.0.4664.104 Mobile Safari/537.36
client:
type: browser
name: Ghostery Privacy Browser
version: ""
engine: Blink
engine_version: 96.0.4664.104
family: Chrome
headers:
x-requested-with: com.ghostery.android.ghostery
1 change: 1 addition & 0 deletions regexes/client/hints/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@
'quick.browser.secure': 'Quick Browser'
'com.asus.browser': 'Asus Browser'
'com.opera.touch': 'Opera Touch'
'com.ghostery.android.ghostery': 'Ghostery Privacy Browser'

0 comments on commit e3c6801

Please sign in to comment.