Skip to content

Commit d462b35

Browse files
committed
Mention WAF attack score
1 parent e20e399 commit d462b35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/content/docs/rules/snippets/how-it-works.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ sidebar:
66
head:
77
- tag: title
88
content: How it works
9-
109
---
1110

1211
Cloudflare Snippets are executed based on rules defined within your zone. Here is how the process works:
1312

1413
## Request evaluation
1514

16-
For each incoming request, Cloudflare evaluates the expression of every Snippet Rule defined in the zone. The evaluation checks for a match based on various request properties (such as bot score, country of origin, cookies).
15+
For each incoming request, Cloudflare evaluates the expression of every Snippet Rule defined in the zone. The evaluation checks for a match based on various request properties (such as bot score, WAF attack score, country of origin, and cookies).
1716

1817
## Snippet execution
1918

0 commit comments

Comments
 (0)