Skip to content

Commit 9795d10

Browse files
typo
1 parent 60c1b70 commit 9795d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/partials/cloudflare-challenges/javascript-detections-process.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ JavaScript Detections have a lifespan of 15 minutes. However, the code is inject
1515
Once the JavaScript Detection is injected on the HTML page, the visitor's browser will run the JavaScript code snippet and a `cf-clearance` cookie is issued to the visitor. The information in JavaScript Detections is stored in the `cf-clearance` cookie and is used to populate `js_detection.passed`.
1616

1717
- If the visitor is verified and a cf-clearance cookie is issued, it will contain the outcome: `cf.bot_management.js.detection.passed` = `true`
18-
- If the verification fails, the cookie with contain the outcome: `cf.bot_management.js.detection.passed` = `false`
18+
- If the verification fails, the cookie will contain the outcome: `cf.bot_management.js.detection.passed` = `false`
1919

2020
:::note
2121
The `cf-clearance` cookie cannot exceed the maximum size of 4096 bytes.

0 commit comments

Comments
 (0)