Skip to content

Commit 1efddfb

Browse files
Add support for Wolvic browser
2 parents 7e634c8 + d3cdf67 commit 1efddfb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

regexes.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,10 @@ user_agent_parsers:
667667
- regex: '(JiSu)/(\d+)\.(\d+)\.(\d+)'
668668
family_replacement: 'JiSu Browser'
669669

670+
# Wolvic Browser
671+
- regex: '(Wolvic)/(\d+)\.(\d+)\.(\d+)'
672+
family_replacement: 'Wolvic Browser'
673+
670674
#### END SPECIAL CASES TOP ####
671675

672676
#### MAIN CASES - this catches > 50% of all browsers ####

tests/test_ua.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9099,3 +9099,9 @@ test_cases:
90999099
major: '118'
91009100
minor: '0'
91019101
patch: '1'
9102+
9103+
- user_agent_string: 'Mozilla/5.0 (Android 14; Mobile VR; rv:128.0) Gecko/128.0 Firefox/128.0 Wolvic/1.8.1'
9104+
family: 'Wolvic Browser'
9105+
major: '1'
9106+
minor: '8'
9107+
patch: '1'

0 commit comments

Comments
 (0)