Skip to content

Commit

Permalink
Adds detection for +Simple
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Feb 7, 2024
1 parent b73dc60 commit 015882d
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tests/Parser/Client/fixtures/mobile_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1601,3 +1601,9 @@
type: mobile app
name: F-Secure SAFE
version: 20.1.291705
-
user_agent: +Simple Browser
client:
type: mobile app
name: +Simple
version:
30 changes: 30 additions & 0 deletions Tests/fixtures/clienthints-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2395,3 +2395,33 @@
model: 1V (2020)
os_family: Android
browser_family: Unknown
-
user_agent: +Simple Browser
headers:
http-x-requested-with: com.massimple.nacion.parana.es
os: [ ]
client:
type: mobile app
name: +Simple
version: ""
device:
type: ""
brand: ""
model: ""
os_family: Unknown
browser_family: Unknown
-
user_agent: +Simple Browser
headers:
http-x-requested-with: com.massimple.nacion.gcba.es
os: [ ]
client:
type: mobile app
name: +Simple
version: ""
device:
type: ""
brand: ""
model: ""
os_family: Unknown
browser_family: Unknown
2 changes: 2 additions & 0 deletions regexes/client/hints/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@
'com.tradron.hdvideodownloader': 'Download Hub'
'org.lilo.app': 'Lilo'
'net.daum.android.daum': 'Daum'
'com.massimple.nacion.gcba.es': '+Simple'
'com.massimple.nacion.parana.es': '+Simple'

# Vpns
'org.torproject.android': 'Orbot'
Expand Down
5 changes: 5 additions & 0 deletions regexes/client/mobile_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2218,3 +2218,8 @@
- regex: 'MetaMask/'
name: 'MetaMask'
version: ''

# +Simple (https://play.google.com/store/apps/details?id=com.massimple.nacion.gcba.es)
- regex: '\+Simple Browser'
name: '+Simple'
version: ''

0 comments on commit 015882d

Please sign in to comment.