WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
Bug 187816
iframes don't support wildcard operator according to spec
https://bugs.webkit.org/show_bug.cgi?id=187816
Summary
iframes don't support wildcard operator according to spec
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2018-07-20 19:34:48 PDT
<
rdar://problem/42454725
>
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.
Top of Page
Format For Printing
XML
Clone This Bug