এই থ্রেডটি সংরক্ষিত ছিল।
যদি আপনি সাহায্য চান তাহলে অনুগ্রহ করে একটি নতুন প্রশ্ন জিজ্ঞাসা করুন
সংরক্ষণ করা হয়েছে
How to read the Firefox update channel (Release or ESR) from javascript code ?
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.
All Replies (1)
The release channel is not exposed to websites for good reason. What you want to do is not possible.