mirror of
https://github.com/plausible/analytics.git
synced 2024-11-26 23:27:54 +03:00
34 lines
550 B
YAML
34 lines
550 B
YAML
###############
|
|
# Device Detector - The Universal Device Detection library for parsing User Agents
|
|
#
|
|
# @link http://piwik.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'
|