Skip to content

Commit

Permalink
Adds detection for Awesomium
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Jun 20, 2024
1 parent 72a575d commit dde1356
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 @@ -2075,3 +2075,9 @@
type: mobile app
name: Prism
version: "1.0"
-
user_agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1003.1 Safari/535.19 Awesomium/1.7.4.2
client:
type: mobile app
name: Awesomium
version: 1.7.4.2
5 changes: 5 additions & 0 deletions regexes/client/mobile_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2487,6 +2487,11 @@
name: 'Prism'
version: '$1'

# Awesomium (https://web.archive.org/web/20150205230848/http://awesomium.com/)
- regex: 'Awesomium/([\d\.]+)'
name: 'Awesomium'
version: '$1'

# Electron generic apps
- regex: ' (?!(?:AppleWebKit|brave|Franz|Mailspring|Notion|Basecamp|Evernote|catalyst|ramboxpro|BlueMail|BeakerBrowser|TweakStyle|Colibri|Polypane|VibeMate|(?:d|LT|Glass|Sushi|Flash|OhHai)Browser|Sizzy))([a-z0-9]*)(?:-desktop|-electron-app)?/(\d+\.[\d.]+).*Electron/'
name: '$1'
Expand Down

0 comments on commit dde1356

Please sign in to comment.