Şu anda bakım nedeniyle sitemiz kısıtlı işlevsellik sunmaktadır. Mevcut makaleler sorununuzu çözmediyse ve bize soru sormak isterseniz Twitter’da @FirefoxSupport hesabından ve Reddit’teki /r/firefox subreddit'inden destek gönüllülerimize ulaşabilirsiniz.

Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

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

  • 1 yanıt
  • 1 kişi bu sorunu yaşıyor
  • 11 gösterim
  • Son yanıtı yazan: 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.

Tüm Yanıtlar (1)

more options

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