Skip to content

Commit

Permalink
Add "speaker-selection" permissions policy. (#398)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Clelland <iclelland@google.com>
  • Loading branch information
jan-ivar and clelland committed Jul 28, 2020
1 parent 7d0ca02 commit 3e81141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A web platform API which gives a website the ability to allow and deny the use of browser features in its own frame, and in iframes that it embeds. Examples of [features](https://github.com/w3c/webappsec-feature-policy/blob/master/features.md) that could be controlled by permissions policy include:

- getUserMedia (Camera and Microphone)
- getUserMedia (Camera, Microphone, and Speaker-selection)
- Fullscreen
- Geolocation
- MIDI
Expand Down
1 change: 1 addition & 0 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ integrated into their respective specs.
| Feature name | Spec/PR link(s) | Browser Support |
| ------------ | --------------- | --------------- |
| Client Hints<sup>[3](#fn3)</sup> | https://github.com/w3c/webappsec-feature-policy/issues/129 | |
| `speaker-selection` | https://github.com/w3c/mediacapture-output/pull/96 | |
| `gamepad` | https://github.com/w3c/gamepad/pull/112 | |

## Experimental Features
Expand Down

0 comments on commit 3e81141

Please sign in to comment.