Always allow microphone usage in Mozilla Firefox
Is there a way to always allow Mozilla Firefox to use my microphone for a certain site? Whenever I click the mic button it asks if Firefox is allowed to use my mic (Share Selected Device), how can I set it to always allow?
被選擇的解決方法
Oh, the bleeding edge?!
Permission persistence for getUserMedia() is under active development for about the past 30 days. See:
- Bug 804611 – Add a "Don't ask me again" option to getUserMedia permission dialog
- Bugzilla Etiquette
- Voting
所有回覆 (4)
This is on a desktop version of Firefox? Most likely this is a Flash plugin request. To manage your camera and microphone permission in Flash, you can use these two pages:
- Your general setting: Adobe - Flash Player : Settings Manager - Global Privacy Settings Panel
Note: If you use add-ons or external software to purge Flash Player storage, this might be clearing site permissions at the same time. Worth checking the documentation or watching for a pattern.
No, it is definitely HTML5 request. I am using the https://developer.mozilla.org/en-US/docs/Web_Audio_API
選擇的解決方法
Oh, the bleeding edge?!
Permission persistence for getUserMedia() is under active development for about the past 30 days. See:
I see. Thanks.