Skip to content

Commit

Permalink
Detect apps (#209)
Browse files Browse the repository at this point in the history
* feat(sync) Adds detection for various apps and improves detection for TikTok (matomo-org#7914)
* Adds detection for Douyin
* Improves detection for TikTok
* Adds detection for TikTok Lite
* Adds detection for Kwai and Kwai Pro
* Adds detection for SOOP
* Adds detection for GoEuro
* Improves detection for GoEuro
* Improves version detection for TikTok
* Improves detection for TikTok Lite
* Adds detection for Boom360
* Adds detection for Walla News
* Adds detection for TRP Retail Locator
* Adds detection for TownNews Now

* chore: generate indexes
  • Loading branch information
sanchezzzhak authored Nov 15, 2024
1 parent e2da15e commit 4aeba7f
Show file tree
Hide file tree
Showing 10 changed files with 932 additions and 752 deletions.
1 change: 1 addition & 0 deletions parser/os/fire-os-version-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ module.exports = {
'4.0.2': '3',
'4': '2',
'2': '1',

};
8 changes: 0 additions & 8 deletions regexes/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4299,14 +4299,6 @@
name: 'Ghost Inspector, Inc.'
url: 'https://www.ghostinspector.com/'

- regex: 'Cypress/[\d.]+'
name: 'Cypress'
category: 'Site Monitor'
url: 'https://github.com/cypress-io/cypress'
producer:
name: 'Cypress.io, Inc.'
url: 'https://www.cypress.io/'

- regex: 'Google-Apps-Script'
name: 'Google Apps Script'
category: 'Service Agent'
Expand Down
Loading

0 comments on commit 4aeba7f

Please sign in to comment.