Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 2 additions & 0 deletions src/content/docs/bots/get-started/biz-and-ent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ If you have an Enterprise subscription without Bot Management, your application

<Render file="flexible-sbfm" />

<Render file="sbfm-upgrade" />

## Disable Super Bot Fight Mode

<Render file="disable-sbfm" />
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/bots/get-started/free.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import { Render } from "~/components"

<Render file="bot-fight-mode-enable" />

<Render file="sbfm-upgrade" />

## Disable Bot Fight Mode

If you find that **Bot Fight Mode** is causing problems with your application traffic, you may want to disable it.
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/bots/get-started/pro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Super Bot Fight Mode is included in your Pro subscription. When enabled, the pro

<Render file="flexible-sbfm" />

<Render file="sbfm-upgrade" />

## Disable Super Bot Fight Mode

<Render file="disable-sbfm" />
Expand Down
2 changes: 1 addition & 1 deletion src/content/partials/bots/get-started-pro-biz-steps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To start using Super Bot Fight Mode:

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account and domain.
2. Go to **Security** > **Bots**.
3. Click **Configure Super Bot Fight Mode**.
3. Select **Configure Super Bot Fight Mode**.
4. Choose how your domain should respond to various types of traffic:
* For more details on verified bots, refer to [Verified Bots](/bots/concepts/bot/#verified-bots).
* For more details on supported file types, refer to [Static resource protection](/bots/reference/static-resources/)
Expand Down
10 changes: 10 additions & 0 deletions src/content/partials/bots/sbfm-upgrade.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
{}

---

:::note
If you are upgrading from Bot Fight Mode to Super Bot Fight Mode, you must disable Bot Fight Mode in your Bot settings.

To turn off Bot Fight Mode, go to **Security** > **Bots** and select **Configure Super Bot Fight Mode**.
:::
Loading