Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User-agent with EdgiOS mapped wrongly #565

Closed
cezarasoliveira opened this issue Nov 16, 2023 · 1 comment
Closed

User-agent with EdgiOS mapped wrongly #565

cezarasoliveira opened this issue Nov 16, 2023 · 1 comment

Comments

@cezarasoliveira
Copy link

As we can see below, the code - regex: '(EdgiOS|EdgA)/(\d+)\.(\d+)\.(\d+)\.(\d+)' family_replacement: 'Edge Mobile' map EdgiOS as Edge Mobile.

This works well when we have a user-agent like this Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 EdgiOS/119.2151.65 Mobile/15E148 Safari/605.1.15.

However, we received the user-agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/118 Version/13.0.3 Safari/605.1.15 that was mapped wrongly as Safari 13.0.3 instead of Edge Mobile 118.

@lbarthon
Copy link
Contributor

Fixed by #558

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants