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.

ఇంకా తెలుసుకోండి

How to read the Firefox update channel (Release or ESR) from javascript code ?

  • 1 ప్రత్యుత్తరం
  • 1 ఈ సమస్య కలిగినది
  • 11 వీక్షణలు
  • చివరి సమాధానమిచ్చినది user633449

more options

I need to allow the user to login to my application only if he is using ESR update channel of firefox.

I tried to read the value from "navigator.userAgent.search("ESR")" command but this command does not say any thing about update channel.

How can i check firefox has esr update channel or not ? from javascript.

Thanks.

I need to allow the user to login to my application only if he is using ESR update channel of firefox. I tried to read the value from "navigator.userAgent.search("ESR")" command but this command does not say any thing about update channel. How can i check firefox has esr update channel or not ? from javascript. Thanks.

ప్రత్యుత్తరాలన్నీ (1)

more options

The release channel is not exposed to websites for good reason. What you want to do is not possible.