Skip to content

Commit 46dc052

Browse files
Apply suggestions from code review
Co-authored-by: Patricia Santa Ana <[email protected]>
1 parent 699adac commit 46dc052

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/content/docs/bots/concepts/bot/verified-bots/web-bot-auth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ You need to register your bot and its key directory to add your bot to the list
9797
Cloudflare accepts all valid Ed25519 keys found in your key directory. In the event a key already exists in Cloudflare's registered database, Cloudflare will work with you to supply a new key, or rotate your existing key.
9898

9999
:::note[Estimated review time]
100-
The estimated review time is approximately 1 week.
100+
The estimated review time is approximately one week.
101101

102102
After successful verification, you will be able to send verified requests.
103103
:::

src/content/docs/bots/reference/FAQs.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ sidebar:
66

77
---
88

9-
import { AvailableNotifications } from "~/components"
109

1110
## Web Bot Auth FAQs
1211

13-
Also refer to [Web Both Auth](/bots/concepts/bot/verified-bots/web-bot-auth/).
12+
You may also refer to [Web Both Auth](/bots/concepts/bot/verified-bots/web-bot-auth/) documentation.
1413

1514
### What key algorithms does Cloudflare support?
1615

17-
Cloudflare does not support key algorithms other than ed25519 .
16+
Cloudflare does not support key algorithms other than Ed25519.
1817

1918
### What `web-bot-auth` features from the spec are not supported?
2019

@@ -35,7 +34,7 @@ The following component parameters defined in IETF RFC 9421 are not supported, a
3534

3635
The `nonce` parameter allows you to supply a `nonce` to prevent attackers from replaying past messages against a server.
3736

38-
While Cloudflare recommends including it, currently there is no `nonce` validation, nor does Cloudflare guard against replay attacks using a database of seen `nonces`.
37+
While Cloudflare recommends including it, there is currently no `nonce` validation, nor does Cloudflare guard against replay attacks using a database of seen `nonces`.
3938

4039
Instead, Cloudflare recommends short `expires` as a protection against replay attacks. A minute is often sufficient.
4140

0 commit comments

Comments
 (0)