File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1139,6 +1139,16 @@ spec:css-syntax-3;
1139
1139
1. Let |sameOriginWithAncestors| be `true` if the [=current settings object=] is [=same-origin
1140
1140
with its ancestors=] , and `false` otherwise.
1141
1141
1142
+ 1. If |options|[{{CredentialCreationOptions/publicKey}}] [=map/exists=] and
1143
+ if |settings|' [=relevant global object=]' s [=associated Document=] is **not**
1144
+ [=allowed to use=] the [=publickey-credentials-create-feature|publickey-credentials-create=]
1145
+ [=policy-controlled feature=] return [=a promise rejected with=] a "{{NotAllowedError}} "
1146
+ {{DOMException}} .
1147
+
1148
+ Note: <a const>`password`</a> and <a const>`federated`</a>
1149
+ [=credential type registry/credential types=] are not presently treated as
1150
+ [=policy-controlled features=] , although this may change in the future.
1151
+
1142
1152
1. Let |interfaces| be the [=set=] of |options|' <a>relevant credential interface objects</a> .
1143
1153
1144
1154
1. Return [=a promise rejected with=] `NotSupportedError` if any of the following statements
You can’t perform that action at this time.
0 commit comments