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

Add parser for Citrix Chrome app on Chrome OS #342

Merged
merged 2 commits into from
Oct 18, 2018

Conversation

zweglarz
Copy link

The Citrix chrome app does not properly identify Chrome OS devices, and instead looks like Windows.

Mozilla/5.0 (X11; Windows aarch64 10718.88.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.118 Safari/537.36 CitrixChromeApp

The useragent does include the Chrome OS Version and aarch64/x86_64 for chrome os devices and not actual Windows devices, so this can be used to differentiate between the two.

Example user agent on an actual Windows device:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 CitrixChromeApp

@elsigh elsigh merged commit ce44676 into ua-parser:master Oct 18, 2018
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

Successfully merging this pull request may close these issues.

3 participants