We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e634c8 + d3cdf67 commit 1efddfbCopy full SHA for 1efddfb
regexes.yaml
@@ -667,6 +667,10 @@ user_agent_parsers:
667
- regex: '(JiSu)/(\d+)\.(\d+)\.(\d+)'
668
family_replacement: 'JiSu Browser'
669
670
+ # Wolvic Browser
671
+ - regex: '(Wolvic)/(\d+)\.(\d+)\.(\d+)'
672
+ family_replacement: 'Wolvic Browser'
673
+
674
#### END SPECIAL CASES TOP ####
675
676
#### MAIN CASES - this catches > 50% of all browsers ####
tests/test_ua.yaml
@@ -9099,3 +9099,9 @@ test_cases:
9099
major: '118'
9100
minor: '0'
9101
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