chore: update parsers

This commit is contained in:
sjdonado
2026-05-10 00:42:34 +00:00
committed by github-actions[bot]
parent 2c55ebf406
commit 51c3bc6c62
2 changed files with 3 additions and 0 deletions
Binary file not shown.
+3
View File
@@ -950,6 +950,9 @@ user_agent_parsers:
- regex: '(Valve(?: Steam|) Client).{1,200}Chrome/(\d+)\.(\d+)\.(\d+)'
family_replacement: 'Steam Client'
# Ladybird
- regex: '(Ladybird)/(\d+)\.(\d+)(?:\.(\d+)|)'
# Chrome/Chromium/major_version.minor_version
- regex: '(Chromium|Chrome)/(\d+)\.(\d+)(?:\.(\d+)|)(?:\.(\d+)|)'