Skip to content
Merged
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
24 changes: 0 additions & 24 deletions src/content/docs/bots/frequently-asked-questions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,30 +165,6 @@ Bot Fight Mode can still trigger if you have IP Access rules, but it cannot trig

---

### Super Bot Fight Mode feature (SBFM) is still blocking requests even though the feature is turned off, why?

This is a known issue the Bots team is working to resolve in the near future. In the meantime, there is a workaround to resolve such issue. You will need to run the following API command to check and remove the SBFM ruleset:

1. List the existing Rulesets at the zone level.

<APIRequest
path="/zones/{zone_id}/rulesets"
method="GET"
/>

2. From the output in step 1, find the ruleset ID that is associated with the zone's SBFM configuration. You should be able to see `"kind": "zone"` and `"phase": "http_request_sbfm"` for that ruleset.

3. Use the ruleset ID you found to delete the SBFM ruleset.

<APIRequest
path="/zones/{zone_id}/rulesets/{ruleset_id}"
method="DELETE"
/>

Note that you need to replace `<API_TOKEN>` with your own [API token](/fundamentals/api/get-started/create-token/).

---

## Web Bot Auth

### What key algorithms does Cloudflare support?
Expand Down
Loading