Skip to content

Commit 60470d1

Browse files
authored
[Challenges] Update Challenge Passage (#26110)
1 parent b4a739f commit 60470d1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/content/docs/cloudflare-challenges/challenge-types/challenge-pages/challenge-passage.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ sidebar:
55
order: 3
66
---
77

8-
import { Steps, DashButton } from "~/components"
9-
8+
import { Steps, DashButton } from "~/components";
109

1110
When a visitor solves a [Cloudflare Challenge](/cloudflare-challenges/) - as part of a [WAF custom rule](/waf/custom-rules/) or [IP Access rule](/waf/tools/ip-access-rules/) - you can set the **Challenge Passage** to prevent them from having to solve future Challenges for a specified period of time.
1211

@@ -25,13 +24,16 @@ By default, the `cf_clearance` cookie has a lifetime of 30 minutes. Cloudflare r
2524
To update the Challenge Passage (and the value of the `cf_clearance` cookie):
2625

2726
<Steps>
28-
1. In the Cloudflare dashboard, go to the **Security Settings** page.
2927

30-
<DashButton url="/?to=/:account/:zone/security/settings" />
28+
1. In the Cloudflare dashboard, go to the **Security Settings** page.
29+
30+
<DashButton url="/?to=/:account/:zone/security/settings" />
31+
3132
2. Go to **Challenge passage**.
3233
3. Select the edit icon to set a timeout duration.
34+
3335
</Steps>
3436

3537
### Limitations
3638

37-
The Challenge Passage does not apply to Challenges issued by [WAF managed rules](/waf/managed-rules/). Also, Challenge Passage does not apply to rate limiting rules unless the rate limit is configured to issue a Challenge.
39+
The Challenge Passage does not apply to rate limiting rules.

0 commit comments

Comments
 (0)