Bug 187816

Summary: iframes don't support wildcard operator according to spec
Product: WebKit Reporter: Jeff Gardner <jeff>
Component: WebRTCAssignee: 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
Reported 2018-07-19 13:03:26 PDT
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
Radar WebKit Bug Importer
Comment 1 2018-07-20 19:34:48 PDT
Daniel Bates
Comment 2 2018-07-20 20:13:40 PDT
We do not support feature policy at the time of writing.
Daniel Bates
Comment 3 2018-07-20 20:14:05 PDT
*** This bug has been marked as a duplicate of bug 183300 ***
Daniel Bates
Comment 4 2018-07-20 20:16:33 PDT
(In reply to Daniel Bates from comment #2) > We do not support feature policy at the time of writing. Disregard this remark.
Daniel Bates
Comment 5 2018-07-20 20:17:19 PDT
Re-opening bug.
youenn fablet
Comment 6 2023-05-02 07:07:17 PDT
'*' is allowed so this should work as expected. Marking as Configuration Changed
Note You need to log in before you can comment on or make changes to this bug.