Skip to content

Commit 8c0e5aa

Browse files
edits
1 parent 93fe6e7 commit 8c0e5aa

File tree

16 files changed

+40
-24
lines changed

16 files changed

+40
-24
lines changed

src/content/docs/bots/additional-configurations/ai-labyrinth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To enable [AI Labyrinth](/bots/additional-configurations/ai-labyrinth):
2828
2. Go to **Security** > **Settings**.
2929
3. Filter by **Bot traffic**.
3030
4. Go to **AI Labyrinth**.
31-
4. Switch the toggle to **On**.
31+
4. Turn **AI Labyrinth** on.
3232
</Steps>
3333
</TabItem>
3434
</Tabs>

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. Turn **Managed robots.txt** on.
6666
</Steps>
6767
</TabItem>
6868
</Tabs>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Sequence rules is currently in private beta. If you would like to be included in
2929

3030
:::note
3131

32-
The short ID will not be visible until our account team has enabled this feature for you.
32+
The short ID will not be visible until your account team has enabled this feature for you.
3333
:::
3434

3535
```bash title="API call"
@@ -102,7 +102,7 @@ To disable sequence rules:
102102
</Steps>
103103

104104
:::note
105-
The short ID will not be visible until our account team has enabled this feature for you.
105+
The short ID will not be visible until your account team has enabled this feature for you.
106106
:::
107107

108108
```bash title="API call"

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ To enable this feature as a Pro or Business customer or an Enterprise customer w
2222
<Tabs syncKey="dashNewNav">
2323
<TabItem label="Old dashboard">
2424
<Steps>
25-
1. Go to **Security** > **Bots**.
26-
2. Select **Configure Super Bot Fight Mode**.
27-
3. For **Static resource protection**, select **On**.
25+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account and domain.
26+
2. Go to **Security** > **Bots**.
27+
3. Select **Configure Super Bot Fight Mode**.
28+
4. For **Static resource protection**, select **On**.
2829
</Steps>
2930
</TabItem>
3031
<TabItem label="New dashboard" icon="rocket">
@@ -33,7 +34,7 @@ To enable this feature as a Pro or Business customer or an Enterprise customer w
3334
2. Go to **Security** > **Settings**.
3435
3. Filter by **Bot traffic**.
3536
4. Go to **Super Bot Fight Mode**.
36-
5. Under **Configurations**, select the edit icon for **Static resource protection** to switch the toggle to **On**.
37+
5. Under **Configurations**, select the edit icon for **Static resource protection** and turn it on.
3738
</Steps>
3839
</TabItem>
3940
</Tabs>

src/content/docs/bots/concepts/bot/verified-bots/policy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In order to be listed by Cloudflare as a <GlossaryTooltip term="verified bot" li
1515

1616
### Minimum Traffic
1717

18-
A bot or proxy must have a minimum amount of traffic for Cloudflare to be able to find it in the sampled data. The minimum traffic should have more than 1000 requests per day across multiple domains.
18+
A bot or proxy must have a minimum amount of traffic for Cloudflare to be able to find it in the sampled data. The minimum traffic should have more than 1,000 requests per day across multiple domains.
1919

2020
### Minimum Zones
2121

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

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,24 @@ 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
142+
143+
1. Filter by **Bot traffic**.
144+
2. Turn **Bot Fight Mode** off.
145+
146+
For **Pro** plans
147+
148+
1. Filter by **Bot traffic**.
149+
2. Go to **Super Bot Fight Mode**.
150+
3. Set **Definitely automated traffic** and **Verified bots** to **Allow**
151+
4. Turn **Static resource protection** and **JavaScript detections** off.
152+
153+
For **Business** and **Enterprise** (with no Bot Management add-on) plans
154+
155+
1. Filter by **Bot traffic**.
156+
2. Go to **Super Bot Fight Mode**.
157+
3. Set each of **Definitely automated traffic**, **Likely automated** and **Verified bots** to **Allow**.
158+
4. Turn **Static resource protection** and **JavaScript detections** off.
144159

145160
<Render file="flexible-sbfm" />
146161

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To disable Bot Fight Mode:
4343
2. Go to **Security** > **Settings**.
4444
3. Filter by **Bot traffic**.
4545
4. Go to **Bot Fight Mode**.
46-
5. Switch the toggle to **On**.
46+
5. Turn **Bot Fight Mode** on.
4747
</Steps>
4848
</TabItem>
4949
</Tabs>

src/content/docs/bots/get-started/bot-management.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Bot Management is automatically enabled for Enterprise zones entitled with the a
3838
2. Go to **Security** > **Settings**.
3939
3. Filter by **Bot traffic**.
4040
4. Go to **Bot Management**.
41-
5. Switch the toggle to **On**.
41+
5. Turn **Bot Management** on.
4242
6. Choose how your domain should respond to various types of traffic by selecting the associated edit icon.
4343
- For more details on verified bots, refer to [Verified Bots](/bots/concepts/bot/#verified-bots).
4444
- For more details on supported file types, refer to [Static resource protection](/bots/additional-configurations/static-resources/).

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 switch the toggle to **On**.
37+
4. Under **Configurations**, select the edit icon for **Optimize for WordPress** and turn it on.
3838
</Steps>
3939
</TabItem>
4040
</Tabs>

src/content/partials/bots/bot-fight-mode-enable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To start using Bot Fight Mode:
2020
2. Go to **Security** > **Settings**.
2121
3. Filter by **Bot traffic**.
2222
4. Go to **Bot Fight Mode**.
23-
5. Switch the toggle to **On**.
23+
5. Turn **Bot Fight Mode** on.
2424
</Steps>
2525
</TabItem>
2626
</Tabs>

0 commit comments

Comments
 (0)