rain-fighters / AudioPick

A Chrome Extension to pick a preferred audio output device for HTML5 audio and video elements
https://rain-fighters.github.io/AudioPick/
GNU General Public License v3.0
102 stars 22 forks source link

Will there be support for iframes in `0.3.10`? #51

Closed necropola closed 8 months ago

necropola commented 8 months ago

In commit 3df20eb we have disabled script injection into sub-frames of the top window, which are typically iframes displaying content form other domains than the domain of the top window. We did this for the following reasons:

We should give it a final thought (before releasing 0.3.10) and maybe re-enable "allL_frames", but with heavy restrictions on microphone permissions granted by the extension for sub-frame domains. I mean, we just added smartMicAcces ...

necropola commented 8 months ago

0.3.10 has been released without support for iframes. Sub-frame communication has been greatly improved, but cross-origin restrictions make it quite unlikely that we are going to support video/audio in cross-origin iframes anytime soon.