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

Detect Firefox release channels #115

Open
filips123 opened this issue May 8, 2019 · 0 comments
Open

Detect Firefox release channels #115

filips123 opened this issue May 8, 2019 · 0 comments

Comments

@filips123
Copy link
Contributor

Add support to detect Firefox release channels (stable, beta, nightly), like for Chrome.

You would need to have a list of Firefox versions and their stability. You can get them from The Product-Details JSON API.

When parsing user-agent, you would need to check that list. If the version is stable, it should use "Stable" channel. If the version is beta, it should use "Beta" channel. If the version is not on the list, it should use "Nightly" channel.

And, if possible, also detect Firefox ESR version.

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