- From: youennf <notifications@github.com>
- Date: Wed, 11 Jul 2018 09:19:46 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 July 2018 16:20:11 UTC
I looked at the spec in the light of WebKit implementation of a preliminary "set permission" automation API for getUserMedia. In WebKit, getUserMedia prompt is based on the top level origin only as this is the only thing we can expect a user to reason about. If a third-party context calls getUserMedia, the decision is still made based on the top level origin. The current WebKit implementation of "set permission" is using a single value for all browsing contexts. The current spec allows granularity at the context level and it is not clear to me what the use cases for such a granularity are. I wonder whether a single value per top origin might be granular enough. For getUserMedia at least, that would align somehow with how persistent permissions work in Safari. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/permissions/issues/181
Received on Wednesday, 11 July 2018 16:20:11 UTC