Skip to content

Commit

Permalink
Define two features controlled by permissions policy
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleiserson committed Dec 13, 2024
1 parent aa1b128 commit 58ab089
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions api.bs
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,21 @@ if the user has opted out of collection of diagnostic data.
* User ability to view the impression store and past report submissions.


# Permissions Policy Integration # {#permission-policy}

This specification defines two [=policy-controlled features=]:

* Invocation of the <a method for=PrivateAttribution>saveImpression()</a> API,
identified by the string "<code><dfn export for="PermissionPolicy"
enum-value>save-impression</dfn></code>".
* Invocation of the <a method for=PrivateAttribution>measureConversion()</a> API,
identified by the string "<code><dfn export for="PermissionPolicy"
enum-value>measure-conversion</dfn></code>".

The [=policy-controlled feature/default allowlist=] for both of these features is
<code><a dfn for="default allowlist">*</a></code>.


# Implementation Considerations # {#implementation-considerations}

* Management and distribution of values for the following:
Expand Down

0 comments on commit 58ab089

Please sign in to comment.