-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Windows 11 detected as Windows 10 #140
Comments
This seems to be intentional by Microsoft that Windows 11 sends the same user agent as Windows 10: |
Microsoft seems to be pushing for "User-Agent Client Hints" as a less fingerprintable way to expose device information. Client hints are additional headers that are sent along with the user-agent but unfortunately this library is not equipped to deal with these new headers. And since this library depends on Matomo device-detector for it's database of regexes, we would need to wait for them to add support for client hints (assuming that's something they want to tackle). |
Support for client hints was added to Matomo version 6 |
@etienne-martin I see PR #146 open for updating to version 6. Is there a way I can assist you with getting that over the finish line? |
+1 here on that @etienne-martin |
Tested on : https://lx3rzx16x9.codesandbox.io/
The text was updated successfully, but these errors were encountered: