Skip to content

Commit e96e9fd

Browse files
committed
Restore the origin-bound declaration on DigitalCredential
Reverts #509. DigitalCredential is origin bound. Restoring the declaration lets Credential Management's opaque-origin check, which rejects a request for an origin-bound credential from an opaque origin, apply to DigitalCredential. See the companion Credential Management PR.
1 parent 518f026 commit e96e9fd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,6 +1513,9 @@ <h3>
15131513
static boolean userAgentAllowsProtocol(DOMString protocol);
15141514
};
15151515
</pre>
1516+
<p>
1517+
{{DigitalCredential}} instances are [=Credential/origin bound=].
1518+
</p>
15161519
<h4>
15171520
The `protocol` member
15181521
</h4>

0 commit comments

Comments
 (0)