Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ sidebar:
order: 3
---


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.

### How it works
Expand All @@ -25,7 +24,7 @@ To update the Challenge Passage (and the value of the `cf_clearance` cookie):
1. Log into the [Cloudflare dashboard](https://dash.cloudflare.com).
2. Select your account and domain.
3. Go to **Security** > **Settings**.
4. For **Challenge Passage**, select a duration.
4. For **Challenge Passage**, set a duration.

### Limitations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar:
order: 3
---

import { Render } from "~/components"
import { Render, Tabs, TabItem } from "~/components"

<Render file="javascript-detections-definition" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,23 @@

---

To enable JavaScript Detections:
import { Tabs, TabItem, Steps } from '~/components';

1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and domain.
<Tabs syncKey="dashNewNav"> <TabItem label="Old dashboard">

To enable JavaScript detections:

<Steps>
1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
2. Go to **Security** > **Bots**.
3. Select **Configure Bot Management**.
4. For **JavaScript Detections**, switch the toggle to **On**.
</Steps>
</TabItem> <TabItem label="New dashboard" icon="rocket">
To enable JavaScript detections using the Bot traffic settings module:
<Steps>
1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
2. Go to **Security** > **Settings**.
3. Under your bot traffic plan configurations, select the edit icon for **JS detections** to enable it by switching the toggle to **On**.
</Steps>
</TabItem> </Tabs>
Loading