Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Media Session with Permissions Policy #221

Closed
samuelmaddock opened this issue Jul 13, 2019 · 4 comments
Closed

Integrate Media Session with Permissions Policy #221

samuelmaddock opened this issue Jul 13, 2019 · 4 comments
Labels
Milestone

Comments

@samuelmaddock
Copy link

samuelmaddock commented Jul 13, 2019

The feature policy list can allow web developers to selectively opt-in to supporting the Media Session API https://w3c.github.io/webappsec-feature-policy/

For my case, I'm using a sandboxed IFrame and would like to disable the Media Session API for embedded website. Opting-in could look like

<iframe src="https://media.com/embed" allow="media-session"></iframe>

Related: #215

@youennf
Copy link
Contributor

youennf commented Mar 6, 2023

This sounds useful to me, the default like for other features should probably be deny.
I am unsure how compatible that would be though.
We should come up with a decision for V1.
@alastor0325 , @steimelchrome , wdyt?
This relates to #194.

@youennf
Copy link
Contributor

youennf commented Mar 7, 2023

Marking tentatively as P1

@youennf
Copy link
Contributor

youennf commented Sep 15, 2023

Fixed by #299 so closing this issue.
@samuelmaddock, see also #302, if you are interested.

@marcoscaceres marcoscaceres changed the title Integrate Media Session with Feature Policy Integrate Media Session with Permissions Policy Oct 4, 2023
@marcoscaceres
Copy link
Member

Closing this, as #299 got merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants