Skip to content

Commit

Permalink
feat(app) detect app Blue Proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezzzhak committed Aug 31, 2021
1 parent de43661 commit eca5b9e
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -641,3 +641,9 @@
type: mobile app
name: AliExpress
version: 8.5.1
-
user_agent: Mozilla/5.0 (Linux; Android 5.1.1) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Blue Proxy/1.0.18 Chrome/74.0.3729.157 Mobile Safari/537.36
client:
type: mobile app
name: Blue Proxy
version: 1.0.18
5 changes: 5 additions & 0 deletions regexes/client/mobile_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,11 @@
name: 'AliExpress'
version: '$1'

# Blue Proxy (https://play.google.com/store/apps/details?id=com.udicorn.proxy)
- regex: 'Blue Proxy/([\d\.]+)'
name: 'Blue Proxy'
version: '$1'

# https://www.n-tv.de/
- regex: 'ntvmobil/'
name: 'NTV Mobil'
Expand Down

0 comments on commit eca5b9e

Please sign in to comment.