mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
6e8ccdd473
Closes #309
40 lines
622 B
YAML
40 lines
622 B
YAML
###############
|
|
# Device Detector - The Universal Device Detection library for parsing User Agents
|
|
#
|
|
# @link https://matomo.org
|
|
# @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
|
|
###############
|
|
|
|
- regex: 'NetFront'
|
|
name: 'NetFront'
|
|
|
|
- regex: 'Edge'
|
|
name: 'Edge'
|
|
|
|
- regex: 'Trident'
|
|
name: 'Trident'
|
|
|
|
- regex: 'Blink'
|
|
name: 'Blink'
|
|
|
|
- regex: '(?:Apple)?WebKit'
|
|
name: 'WebKit'
|
|
|
|
- regex: 'Presto'
|
|
name: 'Presto'
|
|
|
|
- regex: '(?<!like )Gecko'
|
|
name: 'Gecko'
|
|
|
|
- regex: 'KHTML'
|
|
name: 'KHTML'
|
|
|
|
- regex: 'NetSurf'
|
|
name: 'NetSurf'
|
|
|
|
- regex: 'Servo'
|
|
name: 'Servo'
|
|
|
|
- regex: 'Goanna'
|
|
name: 'Goanna'
|