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 middleware logic #28

Open
vevo-kurt-snyder opened this issue Aug 19, 2015 · 0 comments
Open

User Agent middleware logic #28

vevo-kurt-snyder opened this issue Aug 19, 2015 · 0 comments

Comments

@vevo-kurt-snyder
Copy link

In user-agent-middleware.js line 36, the code

if(detect.is('mobilebot')) {
ua.type = 'mobilebot';
ua.device.type = 'mobile';
}

seems like it needs to be an 'else if' block for it to run properly.

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

1 participant