Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Firefox don't ask microphone and camera permission when in iFrame

  • 7 Antworten
  • 3 haben dieses Problem
  • 184 Aufrufe
  • Letzte Antwort von igulina

more options

Hello,

When a page inside <iframe> request permission of using microphone or camera, the firefox don't ask permission (the asking permission panel don't show up!), below is an example:

if you directly open https://meet.jit.si/test123 in firefox, the Firefox will ask microphone and camera permission from the user but if you open https://test.spacex.ml/ which put https://meet.jit.si/test123 in an iframe then FIrefox don't ask any permission and refuse user to use microphone and camera!

Please help, thanks!

Hello, When a page inside <iframe> request permission of using microphone or camera, the firefox don't ask permission (the asking permission panel don't show up!), below is an example: if you directly open https://meet.jit.si/test123 in firefox, the Firefox will ask microphone and camera permission from the user but if you open https://test.spacex.ml/ which put https://meet.jit.si/test123 in an iframe then FIrefox don't ask any permission and refuse user to use microphone and camera! Please help, thanks!

Ausgewählte Lösung

This is true for cross-site iframes (i.e., not the identical origin). Several versions ago, the developers turned off the notification panel in that scenario because it was confusing regarding what site was getting permission. This is why Hangouts wouldn't work embedded in Gmail, for example.

I don't know whether there is a workaround (besides giving Firefox users a link to open the framed page in a new window or tab).

Diese Antwort im Kontext lesen 👍 1

Alle Antworten (7)

more options

Ausgewählte Lösung

This is true for cross-site iframes (i.e., not the identical origin). Several versions ago, the developers turned off the notification panel in that scenario because it was confusing regarding what site was getting permission. This is why Hangouts wouldn't work embedded in Gmail, for example.

I don't know whether there is a workaround (besides giving Firefox users a link to open the framed page in a new window or tab).

more options

jscher2000 said

This is true for cross-site iframes (i.e., not the identical origin). Several versions ago, the developers turned off the notification panel in that scenario because it was confusing regarding what site was getting permission. This is why Hangouts wouldn't work embedded in Gmail, for example. I don't know whether there is a workaround (besides giving Firefox users a link to open the framed page in a new window or tab).

Thanks, I solved the problem.

more options

Do you want to share your solution?

more options

I setup my own short url service on my domain, then use it as the src in iframe to make parent domain and the domain in iframe is same

more options

Or you can create a simple PHP file that do the redirect

more options
  • Deleted*

Geändert am von Avigdor

more options

gamingtips said

I setup my own short url service on my domain, then use it as the src in iframe to make parent domain and the domain in iframe is same

Does this solution really work? I mean, even if you do that, in the end you are embedding a "meet.jit.si" iframe that has another domain, and it's precisely that iframe that needs the camera and microphone permissions.

How did you make it work? Can you explain your solution in more detail? Thanksss