- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 19 Oct 2023 17:20:42 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 20 October 2023 00:20:47 UTC
@marcoscaceres commented on this pull request. > @@ -817,18 +821,31 @@ <h3 id="requesting-more-permission"> <li>If <var>current state</var> is not {{PermissionState/"prompt"}}, return <var>current state</var> and abort these steps. </li> - <li>Ask the user for <a>express permission</a> for the calling algorithm to use the - <a>powerful feature</a> described by |descriptor|. + <li>If the [=user agent=] has an [=administrator=] who has configured the [=user agent=] + to grant or deny permission for the calling algorithm to use the <a>powerful feature</a> + described by |descriptor|: + <ol> + <li>Set |current state| to {{PermissionState/"granted"}} if the [=administrator=] + granted permission; otherwise to {{PermissionState/"denied"}}.</li> + <li>Inform the user of the [=administrator=]'s configuration.</li> This seems to assume the policy is being applied in real time? -- Reply to this email directly or view it on GitHub: https://github.com/w3c/permissions/pull/420#discussion_r1366273973 You are receiving this because you are subscribed to this thread. Message ID: <w3c/permissions/pull/420/review/1688908131@github.com>
Received on Friday, 20 October 2023 00:20:47 UTC