File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -508,6 +508,10 @@ user_agent_parsers:
508
508
# HiBrowser
509
509
- regex : ' (HiBrowser)\/v(\d+)\.(\d+)\.(\d+)\.(\d+)'
510
510
511
+ # Aloha Browser -- needs to be before 'Chrome Mobile'
512
+ - regex : ' (ABB)/(\d+)\.(\d+)\.(\d+)'
513
+ family_replacement : ' Aloha Browser'
514
+
511
515
# Chrome Mobile
512
516
- regex : ' Version/.{1,300}(Chrome)/(\d+)\.(\d+)\.(\d+)\.(\d+)'
513
517
family_replacement : ' Chrome Mobile WebView'
Original file line number Diff line number Diff line change @@ -9057,3 +9057,9 @@ test_cases:
9057
9057
major :
9058
9058
minor :
9059
9059
patch :
9060
+
9061
+ - user_agent_string : ' Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36 ABB/3.7.1'
9062
+ family : ' Aloha Browser'
9063
+ major : ' 3'
9064
+ minor : ' 7'
9065
+ patch : ' 1'
You can’t perform that action at this time.
0 commit comments