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/waf/managed-rules/waf-exceptions/index.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ sidebar:
6
6
head:
7
7
- tag: title
8
8
content: Create WAF exceptions
9
-
10
9
---
10
+
11
11
import { Render } from"~/components";
12
12
13
13
<Renderfile="survey"product="waf" />
@@ -18,9 +18,9 @@ Create an exception to skip the execution of WAF managed rulesets or some of the
18
18
19
19
An exception can have one of the following behaviors (from highest to lowest priority):
20
20
21
-
* Skip all remaining rules (belonging to WAF managed rulesets)
22
-
* Skip one or more WAF managed rulesets
23
-
* Skip one or more rules of WAF managed rulesets
21
+
- Skip all remaining rules (belonging to WAF managed rulesets)
22
+
- Skip one or more WAF managed rulesets
23
+
- Skip one or more rules of WAF managed rulesets
24
24
25
25
For more information on exceptions, refer to [Create an exception](/ruleset-engine/managed-rulesets/create-exception/) in the Ruleset Engine documentation.
0 commit comments