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.
1 parent 35ab058 commit 93c2d59Copy full SHA for 93c2d59
Tests/Parser/Client/fixtures/browser.yml
@@ -9388,3 +9388,12 @@
9388
engine: Gecko
9389
engine_version: "1.8.1.3"
9390
family: Firefox
9391
+-
9392
+ user_agent: ArcMobile2/1.3.1; iPhone; iOS 16.1.1; Scale/2.00
9393
+ client:
9394
+ type: browser
9395
+ name: Arc
9396
+ version: 1.3.1
9397
+ engine: WebKit
9398
+ engine_version: ""
9399
+ family: ""
regexes/client/browsers.yml
@@ -355,9 +355,9 @@
355
default: 'Blink'
356
357
# Arc (https://arc.net/)
358
-- regex: 'ArcMobile2/.+CFNetwork'
+- regex: 'ArcMobile2(?:/(\d+\.[\.\d]+);)?'
359
name: 'Arc'
360
- version: ''
+ version: '$1'
361
engine:
362
default: 'WebKit'
363
0 commit comments