Skip to content

Commit b95ca47

Browse files
committed
Add SecurityError reasons for related origins
1 parent f15b18b commit b95ca47

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2285,6 +2285,9 @@ The following {{DOMException}} exceptions can be raised:
22852285
: {{SecurityError}}
22862286
:: The [=effective domain=] was not a [=valid domain=],
22872287
or <code>{{PublicKeyCredentialCreationOptions/rp}}.{{PublicKeyCredentialRpEntity/id}}</code> was not equal to or a registrable domain suffix of the [=effective domain=].
2288+
In the case of [[#sctn-related-origins|related origin requests]],
2289+
the [=authenticator=] does not support it
2290+
or there were issues when [[#sctn-validating-relation-origin|validating related origins]].
22882291

22892292
: {{TimeoutError}}
22902293
:: The ceremony was cancelled by the user agent after exceeding the time limit permitted for the ceremony.
@@ -2848,6 +2851,9 @@ The following {{DOMException}} exceptions can be raised:
28482851
: {{SecurityError}}
28492852
:: The [=effective domain=] was not a [=valid domain=],
28502853
or <code>{{PublicKeyCredentialCreationOptions/rp}}.{{PublicKeyCredentialRpEntity/id}}</code> was not equal to or a registrable domain suffix of the [=effective domain=].
2854+
In the case of [[#sctn-related-origins|related origin requests]],
2855+
the [=authenticator=] does not support it
2856+
or there were issues when [[#sctn-validating-relation-origin|validating related origins]].
28512857

28522858
: {{TimeoutError}}
28532859
:: The ceremony was cancelled by the user agent after exceeding the time limit permitted for the ceremony.

0 commit comments

Comments
 (0)