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

0.3.6 Misidentifies Kindle Fire UAs as Bots #21

Closed
kongelaks opened this issue May 12, 2014 · 1 comment
Closed

0.3.6 Misidentifies Kindle Fire UAs as Bots #21

kongelaks opened this issue May 12, 2014 · 1 comment

Comments

@kongelaks
Copy link

Here's a list of UAs which were marked as bots. They are from registrations on my site.
https://gist.github.com/kongelaks/7a6634f2fa96e1cf30be

They match the UA patterns found here: http://docs.aws.amazon.com/silk/latest/developerguide/user-agent.html

(ua.match(/Kindle/i) || (ua.match(/Mac OS/i) && ua.match(/Silk/i)) || (ua.match(/AppleWebKit/i) && ua.match(/Silk/i)))
@rguerreiro
Copy link
Owner

fixed

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