ua-parser-js icon indicating copy to clipboard operation
ua-parser-js copied to clipboard

UAParser.js - Free & open-source JavaScript library to detect user's Browser, Engine, OS, CPU, and Device type/model. Runs either in browser (client-side) or node.js (server-side).

Results 93 ua-parser-js issues
Sort by recently updated
recently updated
newest added

in GitHub source code `UA_MAX_LENGTH = 350;` in NPM source code `UA_MAX_LENGTH = 255;` As a result, some long UA will be truncated,lead to wrong judgment. For example: `Mozilla/5.0 (Linux;...

Included the uses case for my current project, to cover certain SONY BRAVIA user-agent, and Sharp AQUOS user-agent, we need to detect and block smart TV from accessing certain endpoints.

## Chromium and userAgent As it seems, [Chromium and by extension Chrome, Edge, Brave, Opera, etc. will deprecate userAgent in the near future](https://developer.chrome.com/blog/deps-rems-100/). ## Replacement / new Solution The new...

Here is the link to the app https://play.google.com/store/apps/details?id=ru.yandex.searchplugin user-agent two years ago: Mozilla/5.0 (Linux; Android 7.0; ASUS_X00KD Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 YaApp_Android/9.75 YaSearchBrowser/9.75 now: Mozilla/5.0 (Linux;...

Tşk ederim

`With IOS device, from user agent model details are not fetched. these is my user-agent : Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15`

Before: ``` C:\Users\xmr\Desktop\ua-parser-js>npm pack --dry npm notice npm notice package: [email protected] npm notice === Tarball Contents === npm notice 640B .github/FUNDING.yml npm notice 330B .github/workflows/run-test.yml npm notice 22B .jshintrc npm...

This PR adds minimum token permissions for the GITHUB_TOKEN using https://github.com/step-security/secure-workflows. GitHub recommends defining minimum GITHUB_TOKEN permissions for securing GitHub Actions workflows - https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token/ - https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token - The Open Source...

### Overview Adding Yeti browser to the list of possible Webkit/KHTML based browsers ### How to test - [ ] `npm run test`

W3C has put out a draft for new user-agent hints: https://wicg.github.io/ua-client-hints/ Also reference: https://tools.ietf.org/html/draft-west-ua-client-hints-00 Is there a plan to support these in the upcoming months? It looks like Chrome is...

Open Discussion
Feature Request