Closed
Bug 1511934
Opened 6 years ago
Closed 6 years ago
User can't remember this decision in microphone permission dialog in Firefox addons
Categories
(WebExtensions :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1408033
People
(Reporter: embbnux, Unassigned)
Details
Attachments
(1 file)
81.18 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:63.0) Gecko/20100101 Firefox/63.0
Steps to reproduce:
I am building a Firefox extension which will request microphone permission.
The app is hosted on local file : moz-extension://extension-id/index.html
the app is also signed by 'web-ext' tool.
When visit this app with a pop up window, and request microphone permission with: `window.navigator.mediaDevices.getUserMedia({ audio: true, video: false })`.
It shows a permission check dialog.
Then select `Remember this decision`.
Actual results:
`Allow` button is disabled, and show `Your connection to this site is not secure. To protect you, Firefox will only allow access for this session`.
Expected results:
It should allow to remember this decision. The page is loaded from local addon file and signed, it is secure. `moz-extension://` should be same as `https://`
Summary: User can remember this decision in microphone permission dialog in Firefox addons → User can't remember this decision in microphone permission dialog in Firefox addons
Comment 1•6 years ago
|
||
Could you please add a simple test extension where the issue is reproducible? Thanks
Component: Untriaged → General
Flags: needinfo?(embbnux)
Product: Firefox → WebExtensions
Updated•6 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Flags: needinfo?(embbnux)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•