Skip to content

Commit 485a137

Browse files
edits
1 parent ca65d28 commit 485a137

File tree

9 files changed

+15
-18
lines changed

9 files changed

+15
-18
lines changed

src/content/docs/bots/additional-configurations/detection-ids.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ You can create or edit existing Logpush jobs to include the new Bot Detection ID
6767
</Steps>
6868
</TabItem>
6969
<TabItem label="New dashboard" icon="rocket">
70-
<Steps>
71-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account and domain.
72-
2. Go to **Security** > **Analytics**.
73-
3. Apply filters and select **Create custom security rule** to create a custom rule based on your filters. Alternatively, if you have already created a custom rule, you can go to the existing rule in **Security** > **Security rules** and edit the expression based on your filters.
74-
4. Use the `cf.bot_management.detection_ids` field in the rule expression.
75-
5. Select **Deploy**.
76-
</Steps>
70+
<Steps>
71+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account and domain.
72+
2. Go to **Security** > **Analytics**.
73+
3. Apply filters and select **Create custom security rule** to create a custom rule based on your filters. Alternatively, if you have already created a custom rule, you can go to the existing rule in **Security** > **Security rules** and edit the expression based on your filters.
74+
4. Use the `cf.bot_management.detection_ids` field in the rule expression.
75+
5. Select **Deploy**.
76+
</Steps>
7777
</TabItem>
7878
</Tabs>
7979

src/content/docs/bots/additional-configurations/managed-robots-txt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To implement a `robots.txt` file on your domain:
6262
2. Go to **Security** > **Settings**.
6363
3. Filter by **Bot traffic**.
6464
4. Go to **Managed robots.txt**.
65-
5. Switch the toggle to **On**.
65+
5. Switch the toggle to **On**.
6666
</Steps>
6767
</TabItem>
6868
</Tabs>

src/content/docs/bots/additional-configurations/sequence-rules.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ https://api.cloudflare.com/client/v4/zones/{zone_id}/fraud_detection/sequence_co
4343
5. Use the expression editor to write sequence or timing based rules via [custom rules](/waf/custom-rules/), [rate limiting rules](/waf/rate-limiting-rules/), or [transform rules](/rules/transform/). You can put these rules in log only mode to monitor.
4444

4545
:::note
46-
4746
When you enable sequence rules, Cloudflare will start setting cookies for all requests that match your endpoints.
4847
:::
4948

@@ -103,7 +102,6 @@ To disable sequence rules:
103102
</Steps>
104103

105104
:::note
106-
107105
The short ID will not be visible until our account team has enabled this feature for you.
108106
:::
109107

src/content/docs/bots/additional-configurations/static-resources.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To enable this feature as a Pro or Business customer or an Enterprise customer w
3333
2. Go to **Security** > **Settings**.
3434
3. Filter by **Bot traffic**.
3535
4. Go to **Super Bot Fight Mode**.
36-
5. Under **Configurations**, select the edit icon for **Static resource protection** to enable it.
36+
5. Under **Configurations**, select the edit icon for **Static resource protection** to switch the toggle to **On**.
3737
</Steps>
3838
</TabItem>
3939
</Tabs>

src/content/docs/bots/frequently-asked-questions.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ Please follow instructions in the following questions on how to disable BFM and
138138

139139
If you encounter any issues with BFM/SBFM feature (for example, false positive), you can disable it under **Security** > **Settings**.
140140

141-
- For **Free** plans, filter by **Bot traffic** and switch the **Bot Fight Mode** toggle to **Off**
142-
- For **Pro** plans, filter by **Bot traffic** and go to **Super Bot Fight Mode**. Set **Definitely automated traffic** and **Verified bots** to **Allow**, and switch the **Static resource protection** and **JavaScript detections** toggles to **Off**
143-
- For **Business** and **Enterprise** (with no Bot Management add-on) plans, filter by **Bot traffic** and go to **Super Bot Fight Mode**. Set each of **Definitely automated traffic**, **Likely automated** and **Verified bots** to **Allow**, and switch the **Static resource protection** and **JavaScript detections** toggles to **Off**
141+
- For **Free** plans, filter by **Bot traffic** and switch the **Bot Fight Mode** toggle to **Off**.
142+
- For **Pro** plans, filter by **Bot traffic** and go to **Super Bot Fight Mode**. Set **Definitely automated traffic** and **Verified bots** to **Allow**, and switch the **Static resource protection** and **JavaScript detections** toggles to **Off**.
143+
- For **Business** and **Enterprise** (with no Bot Management add-on) plans, filter by **Bot traffic** and go to **Super Bot Fight Mode**. Set each of **Definitely automated traffic**, **Likely automated** and **Verified bots** to **Allow**, and switch the **Static resource protection** and **JavaScript detections** toggles to **Off**.
144144

145145
<Render file="flexible-sbfm" />
146146

src/content/docs/bots/get-started/bot-fight-mode.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ To disable Bot Fight Mode:
4444
3. Filter by **Bot traffic**.
4545
4. Go to **Bot Fight Mode**.
4646
5. Switch the toggle to **On**.
47-
4847
</Steps>
4948
</TabItem>
5049
</Tabs>

src/content/docs/bots/troubleshooting/wordpress-loopback-issue.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Loopback requests may also be blocked by [I’m Under Attack mode](/fundamentals
3434
2. Go to **Security** > **Settings**.
3535
3. Filter by **Bot traffic**.
3636
4. Go to **Super Bot Fight Mode**.
37-
4. Under **Configurations**, select the edit icon for **Optimize for WordPress** to enable it.
37+
4. Under **Configurations**, select the edit icon for **Optimize for WordPress** to switch the toggle to **On**.
3838
</Steps>
3939
</TabItem>
4040
</Tabs>

src/content/partials/bots/disable-sbfm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To disable Super Bot Fight Mode:
2626
4. Go to **Super Bot Fight Mode**.
2727
5. Switch the toggle to **Off**..
2828
6. For all bot groupings (**Definitely automated traffic**, **Verified bots**), select the edit icon and set the value to **Allow**.
29-
7. For all other options (**Static resource protection**, **JavaScript Detections**), select the edit icon and ensure the toggles are switched to **Off**.
29+
7. For all other options (**Static resource protection**, **JavaScript detections**, **Optimize for WordPress**), select the edit icon and ensure the toggles are switched to **Off**.
3030
</Steps>
3131
</TabItem>
3232
</Tabs>

src/content/partials/bots/latest-ml-model-enable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To enable auto-updates:
2424
2. Go to **Security** > **Settings**.
2525
3. Filter by **Bot traffic**.
2626
4. Go to **Bot Management**.
27-
5. Under **Configurations**, select the edit icon for **Auto-updates to the Machine Learning Model** to enable it.
27+
5. Under **Configurations**, select the edit icon for **Auto-updates to the Machine Learning Model** to switch the toggle to **On**.
2828
</Steps>
2929
</TabItem>
3030
</Tabs>

0 commit comments

Comments
 (0)