Skip to content

Commit 88f3c26

Browse files
authored
Update frequently-asked-questions.mdx (cloudflare#25085)
FAQ is outdated, see SPM-2932
1 parent a165c36 commit 88f3c26

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -165,30 +165,6 @@ Bot Fight Mode can still trigger if you have IP Access rules, but it cannot trig
165165

166166
---
167167

168-
### Super Bot Fight Mode feature (SBFM) is still blocking requests even though the feature is turned off, why?
169-
170-
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:
171-
172-
1. List the existing Rulesets at the zone level.
173-
174-
<APIRequest
175-
path="/zones/{zone_id}/rulesets"
176-
method="GET"
177-
/>
178-
179-
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.
180-
181-
3. Use the ruleset ID you found to delete the SBFM ruleset.
182-
183-
<APIRequest
184-
path="/zones/{zone_id}/rulesets/{ruleset_id}"
185-
method="DELETE"
186-
/>
187-
188-
Note that you need to replace `<API_TOKEN>` with your own [API token](/fundamentals/api/get-started/create-token/).
189-
190-
---
191-
192168
## Web Bot Auth
193169

194170
### What key algorithms does Cloudflare support?

0 commit comments

Comments
 (0)