You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/ruleset-engine/rules-language/actions.mdx
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,11 @@ The action of a rule tells Cloudflare how to handle matches for the rule [expres
16
16
17
17
The table below lists the actions available in the Rules language.
18
18
19
-
Some actions like *Block*, called terminating actions, will stop the evaluation of the remaining rules. The *Skip* action will skip the evaluation of *some* rules when there is a match, but the exact behavior will depend on the rule configuration.
19
+
Some actions like _Block_, called terminating actions, will stop the evaluation of the remaining rules. The _Skip_ action will skip the evaluation of _some_ rules when there is a match, but the exact behavior will depend on the rule configuration.
20
20
21
21
The available actions depend on the [phase](/ruleset-engine/about/phases/) where you are configuring the rule. Refer to each product’s documentation for details on the phase(s) supported by that product.
22
22
23
-
24
-
23
+
{/* prettier-ignore */}
25
24
<tablestyle="width: 100%">
26
25
<thead>
27
26
<tr>
@@ -124,6 +123,12 @@ The available actions depend on the [phase](/ruleset-engine/about/phases/) where
124
123
The available skip options depend on the phase where you configure the rule. Refer to each
125
124
product’s documentation for details.
126
125
</p>
126
+
<p>
127
+
If you configure a rule with the <em>Skip</em> action at the account level it will only
128
+
affect rules/phases configured at the account level, not at the zone level.
129
+
To skip rules/phases at the zone level you must configure a rule with the <em>Skip</em>
130
+
action at the zone level.
131
+
</p>
127
132
</td>
128
133
<td>
129
134
No
@@ -283,9 +288,6 @@ The available actions depend on the [phase](/ruleset-engine/about/phases/) where
283
288
</tbody>
284
289
</table>
285
290
286
-
287
-
288
291
:::note
289
-
290
-
Cloudflare Firewall Rules, now deprecated, supports a different set of actions, including the *Allow* and *Bypass* actions. Refer to [Firewall rules actions](/firewall/cf-firewall-rules/actions/) for more information.
292
+
Cloudflare Firewall Rules, now deprecated, supports a different set of actions, including the _Allow_ and _Bypass_ actions. Refer to [Firewall rules actions](/firewall/cf-firewall-rules/actions/) for more information.
- Currently, you cannot skip [Bot Fight Mode](/bots/get-started/free/), only Super Bot Fight Mode (refer to Skip phases above).
50
52
51
53
:::note
52
-
Currently, you cannot skip [Bot Fight Mode](/bots/get-started/free/), only Super Bot Fight Mode (refer to Skip phases above).
54
+
If you configure a skip rule at the account level it will only affect other rules/phases configured at the account level, not at the zone level. To skip rules/phases at the zone level you must configure a skip rule at the zone level.
0 commit comments