Skip to content

Commit d5d6fff

Browse files
feedback again
1 parent dd1f5bc commit d5d6fff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ 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 are not unique and have a lifespan of up to a few days. These IDs cannot be used to track a single visitor over multiple days as they change frequently.
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.
1414

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

1717
## Availability
1818

19-
Ephemeral IDs are available to customers with Enterprise Bot Management and Enterprise Turnstile. Contact your account team for access to Ephemeral IDs.
19+
Ephemeral IDs are available to Enterprise Bot Management customers with the Enterprise Turnstile add-on or standalone Enterprise Turnstile customers. Contact your account team for access to Ephemeral IDs.
2020

2121
## Enablement
2222

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ When the widget is embedded on a hostname not listed, it will show an error mess
3131

3232
## Optional hostname validation
3333

34-
Customers with Enterprise Bot Management and Enterprise Turnstile can have the optional `any hostname` validation entitlement.
34+
Customers with Enterprise Bot Management or Enterprise Turnstile can have the optional `any hostname` validation entitlement.
3535

3636
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/plans/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2042,7 +2042,7 @@
20422042
"title": "Hostname validation",
20432043
"link": "/turnstile/concepts/hostname-management/",
20442044
"free": "10 hostnames per widget",
2045-
"ent": "200 hostnames per widget. <br> The `any hostname` entitlement removes hostname as a requirement and allows you to use the widget anywhere."
2045+
"ent": "Maximum of 200 hostnames per widget. <br> The `any hostname` entitlement removes hostname as a requirement and allows you to use the widget anywhere."
20462046
},
20472047
"graphql_analytics": {
20482048
"title": "Analytics time window",

0 commit comments

Comments
 (0)