From 2b9add231f5fc349850d9ed5d0182fd6055086a0 Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Wed, 10 Jan 2024 14:31:19 +0100 Subject: [PATCH] Remove autolink to nonexistent term "WebAuthn credentials" Fixes this Bikeshed lint: ``` LINE ~8667: No 'dfn' refs found for 'webauthn credentials'. [=WebAuthn credentials=] ``` --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index bcd25ceb2..3a4a69fc4 100644 --- a/index.bs +++ b/index.bs @@ -8666,7 +8666,7 @@ the [=[RP]=] MUST validate the {{CollectedClientData/origin}} member of the [=cl The [=[RP]=] MUST NOT accept unexpected values of {{CollectedClientData/origin}}, as doing so could allow a malicious website to obtain valid [=credentials=]. -Although the [=scope=] of [=WebAuthn credentials=] prevents their use on domains +Although the [=scope=] of WebAuthn credentials prevents their use on domains outside the [=RP ID=] they were registered for, the [=[RP]=]'s origin validation serves as an additional layer of protection in case a faulty [=authenticator=] fails to enforce credential [=scope=].