Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

From Javascript, how do I know if version is ESR or not?

  • 1 reply
  • 2 have this problem
  • 2 views
  • Last reply by philipp

more options

I need to be able to determine in Javascript whether or not the browser used by a user is a ESR version or not.

I need to be able to do this regardless of the OS on which the browser is running.

I need to be able to determine in Javascript whether or not the browser used by a user is a ESR version or not. I need to be able to do this regardless of the OS on which the browser is running.

All Replies (1)

more options

hello jsilva, i think there's no reliable way to do that. though you can use javascript to check a client's user agent, the firefox extended support releases currently don't contain a special string in the ua which would identify them. since there were no regular firefox versions 10.0.3 - 10.0.9 released, you only could assume that you're dealing with a esr version when those show up...

edit: furthermore in future versions the firefox user agent won't reveal the patch level of a version any longer, so this won't work with the upcoming firefox 17 esr - it will always show up as Firefox/17.0

Modified by philipp