Skip to content

Commit 687acfc

Browse files
sjdonadogithub-actions[bot]
authored andcommitted
chore: update parsers
1 parent c807926 commit 687acfc

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

data/GeoLite2-Country.mmdb

-60.7 KB
Binary file not shown.

data/uap_core_regexes.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,10 @@ user_agent_parsers:
834834
# Vivaldi
835835
- regex: '(Vivaldi)/(\d+)(?:\.(\d+)|)(?:\.(\d+)|)'
836836

837+
# Microsoft Teams embedded browser (needs to be before Edge and Chrome)
838+
- regex: '.{0,200}(Teams)/(\d+)\.(\d+)\.(\d+)'
839+
family_replacement: 'Microsoft Teams'
840+
837841
# Edge/major_version.minor_version
838842
# Edge with chromium Edg/major_version.minor_version.patch.minor_patch
839843
- regex: '(Edge?)/(\d+)(?:\.(\d+)|)(?:\.(\d+)|)(?:\.(\d+)|)'

0 commit comments

Comments
 (0)