RESOLVED FIXED 173948
[WK2][macOS][iOS] Don't request microphone access for clients that don't need it.
https://bugs.webkit.org/show_bug.cgi?id=173948
Summary [WK2][macOS][iOS] Don't request microphone access for clients that don't need...
Brent Fulgham
Reported 2017-06-28 18:00:33 PDT
We only support microphone access from Safari. The current code attempts to extend the sandbox for all WebKit clients, which leads to annoying sandbox violations. This patch stops non-Safari clients from requesting microphone access, since they do not have the necessary entitlements to do so under any circumstances.
Attachments
Patch (2.20 KB, patch)
2017-06-28 18:04 PDT, Brent Fulgham
no flags
Brent Fulgham
Comment 1 2017-06-28 18:04:12 PDT
Brent Fulgham
Comment 2 2017-06-28 18:04:56 PDT
WebKit Commit Bot
Comment 3 2017-06-28 21:04:41 PDT
Comment on attachment 314078 [details] Patch Clearing flags on attachment: 314078 Committed r218916: <http://trac.webkit.org/changeset/218916>
WebKit Commit Bot
Comment 4 2017-06-28 21:04:42 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.