Bug 187816
Summary: | iframes don't support wildcard operator according to spec | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jeff Gardner <jeff> |
Component: | WebRTC | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | bfulgham, daginge, dbates, webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | iOS 11 | ||
Bug Depends on: | |||
Bug Blocks: | 183300 |
Jeff Gardner
Using the following specific allowlist to try and enable the microphone and video from all origins in Webkit doesn't work according to the spec outlined here: https://wicg.github.io/feature-policy/#allowlists
What we're using (that works in Chrome and Firefox): allow="microphone *; camera *; autoplay *;"
What we expect: This should allow all origins within the iframe to request access to those permissions.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/42454725>
Daniel Bates
We do not support feature policy at the time of writing.
Daniel Bates
*** This bug has been marked as a duplicate of bug 183300 ***
Daniel Bates
(In reply to Daniel Bates from comment #2)
> We do not support feature policy at the time of writing.
Disregard this remark.
Daniel Bates
Re-opening bug.
youenn fablet
'*' is allowed so this should work as expected.
Marking as Configuration Changed