- From: Johann Hofmann <notifications@github.com>
- Date: Wed, 30 Nov 2022 09:55:32 -0800
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 30 November 2022 17:55:45 UTC
@johannhof commented on this pull request. > + Takes an [=environment settings object=], and returns a new [=permission key=]. + If unspecified, this defaults to the <a>default permission key generation algorithm</a>. + A feature that specifies a custom [=powerful feature/permission key generation algorithm=] MUST also specify a + [=powerful feature/permission key comparison algorithm=]. + </p> + <p> + The <dfn class="export">default permission key generation algorithm</dfn>, + given an [=environment settings object=] |settings|, runs the following steps: + </p> + <ol class="algorithm"> + <li> + Return |settings|'s [=environment/top-level origin=]. + </li> + </ol> + <aside class="note" title="Permission Delegation"> + Most powerful features grant permission to the top-level origin and delegate access to the requesting document via [[[webappsec-permissions-policy]]]. Ah, thanks! -- Reply to this email directly or view it on GitHub: https://github.com/w3c/permissions/pull/390#discussion_r1036282973 You are receiving this because you are subscribed to this thread. Message ID: <w3c/permissions/pull/390/review/1199783849@github.com>
Received on Wednesday, 30 November 2022 17:55:45 UTC