Skip to content

Commit 071d75d

Browse files
committed
Clarify availability
1 parent aa32dec commit 071d75d

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

src/content/docs/waf/account/custom-rulesets/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66
---
77

88
:::note
9-
This feature requires an Enterprise plan with a paid add-on.
9+
Custom rulesets at the account level require an Enterprise plan with a paid add-on.
1010
:::
1111

1212
Custom rulesets are collections of custom rules that you can deploy at the account or zone level.

src/content/docs/waf/custom-rules/index.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,10 @@ import { Render, FeatureTable } from "~/components";
1111

1212
Custom rules are evaluated in order, and some actions like _Block_ will stop the evaluation of other rules. For more details on actions and their behavior, refer to the [actions reference](/ruleset-engine/rules-language/actions/).
1313

14-
To define sets of custom rules that apply to more than one zone, use [custom rulesets](/waf/account/custom-rulesets/), which require an Enterprise plan with a paid add-on.
14+
To define sets of custom rules that apply to more than one zone, use [custom rulesets](/waf/account/custom-rulesets/). At the zone level, all customers can create and deploy custom rulesets. Custom rulesets at the account level require an Enterprise plan with a paid add-on.
1515

1616
:::note
17-
18-
Custom rulesets at the account level require an Enterprise plan with a paid add-on.
19-
20-
At the zone level, all customers can create and deploy custom rulesets. However, the Cloudflare dashboard currently does not support working with custom rulesets at the zone level. You will need to use the Cloudflare API to configure or deploy these rulesets.
21-
17+
Currently, the Cloudflare dashboard does not support working with custom rulesets at the zone level. You will need to [use the Cloudflare API](/waf/custom-rules/create-api/) to configure or deploy these rulesets.
2218
:::
2319

2420
## Availability

0 commit comments

Comments
 (0)