Skip to content

Commit b4a42a7

Browse files
feedback edits
1 parent 339e24b commit b4a42a7

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
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,6 +10,6 @@ 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 XX seconds/minutes. These IDs cannot be used to track a single visitor over multiple days as they change frequently.
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.
1414

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

src/content/docs/turnstile/get-started/server-side-validation.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ It always contains a `success` property, either true or false, indicating whethe
258258
"hostname": "example.com",
259259
"error-codes": [],
260260
"action": "login",
261-
"cdata": "sessionid-123456789"
261+
"cdata": "sessionid-123456789",
262+
"ephemeral_id": false
262263
}
263264
```
264265

src/content/plans/index.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2021,11 +2021,6 @@
20212021
"free": "10 widgets",
20222022
"ent": "Unlimited"
20232023
},
2024-
"logo": {
2025-
"title": "Ability to remove the Cloudflare logo",
2026-
"free": "No",
2027-
"ent": "Yes"
2028-
},
20292024
"modes": {
20302025
"title": "Interactivity modes",
20312026
"link": "/turnstile/get-started/client-side-rendering/#appearance-modes",

0 commit comments

Comments
 (0)