We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this is a followup on webcompat/web-bugs#32764 (comment)
Currently roll-call doesn't support firefox through user agent sniffing. But when we are faking the chrome ua on firefox, everything is working.
roll-call/index.js
Lines 10 to 14 in b9aab14
Lines 64 to 89 in b9aab14
these two blocks of code have to be modified.
A pr is welcome for this so the product is based on feature detection instead of user agent sniffing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
this is a followup on webcompat/web-bugs#32764 (comment)
Currently roll-call doesn't support firefox through user agent sniffing. But when we are faking the chrome ua on firefox, everything is working.
roll-call/index.js
Lines 10 to 14 in b9aab14
roll-call/index.js
Lines 64 to 89 in b9aab14
these two blocks of code have to be modified.
A pr is welcome for this so the product is based on feature detection instead of user agent sniffing.
The text was updated successfully, but these errors were encountered: