Skip to content

Commit edd92ed

Browse files
[Turnstile] Fix typos (#19690)
* first edits * another typo
1 parent 94770de commit edd92ed

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

src/content/docs/turnstile/concepts/ephemeral-id.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Ephemeral IDs generate a unique short-lived ID that can link behavior to a speci
1010

1111
When the same visitor interacts with Turnstile widgets from different Cloudflare customers, they receive different Ephemeral IDs for each contact. In attacks where fraudsters attempt to disguise themselves using different IP addresses, Ephemeral IDs detect abuse patterns more accurately than determining whether the visitor is a human or a bot.
1212

13-
Ephemeral IDs not unique and have a lifespan of up to a few days. They can be useful for identifying a bad actor in acute attacks such as sudden spikes in fake account creations or credential stuffing.
13+
Ephemeral IDs are not unique and have a lifespan of up to a few days. They can be useful for identifying a bad actor in acute attacks such as sudden spikes in fake account creations or credential stuffing.
1414

1515
Refer to the [blog post](https://blog.cloudflare.com/turnstile-ephemeral-ids-for-fraud-detection/) for more information.
1616

src/content/docs/turnstile/concepts/hostname-management.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ If the widget is embedded on a hostname not listed, it will display an error mes
6161

6262
## Optional hostname validation (Enterprise only)
6363

64-
Customers with Enterprise Bot Management or Enterprise Turnstile can have the optional any hostname validation entitlement.
64+
Customers with Enterprise Bot Management or Enterprise Turnstile can have the optional `any hostname` validation entitlement.
6565

6666
By default, a widget requires at least one hostname to be entered. With this entitlement, you can create and use a widget without entering any hostnames for the widget. Contact your account team to enable this entitlement.

src/content/docs/turnstile/get-started/client-side-rendering.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit
8686

8787
When using `render=explicit`, HTML elements with the `cf-turnstile` class will not show a challenge. The `turnstile.render` function must be invoked using the following steps. To combine both options, pass a query string of `?render=explicit&onload=onloadTurnstileCallback`:
8888

89-
`https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit&onload=onloadTurnstileCallback`
89+
```txt
90+
https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit&onload=onloadTurnstileCallback
91+
```
9092

9193
## Explicitly render the Turnstile widget
9294

src/content/docs/turnstile/reference/content-security-policy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We recommend validating your CSP with [Google's CSP Evaluator](https://csp-evalu
2222
You cannot set your own CSP and/or Referer-Policy via meta tags or [Transform rules](/rules/transform/) in challenge pages.
2323
:::
2424

25-
## Pre-Clearance support
25+
## Pre-clearance support
2626

2727
If you are using [Turnstile in pre-clearance mode](/turnstile/concepts/pre-clearance-support/), Turnstile sets the `cf_clearance` cookie by doing a fetch request to a special endpoint in [`/cdn-cgi/`](/fundamentals/reference/cdn-cgi-endpoint/) of your domain.
2828

0 commit comments

Comments
 (0)