Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/content/docs/ruleset-engine/reference/phases-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ The phases execute in the order they appear in the table.
| `http_request_origin` | [Origin Rules](/rules/origin-rules/) |
| `ddos_l7`\* | [HTTP DDoS Attack Protection](/ddos-protection/managed-rulesets/http/) |
| `http_request_api_gateway` | [API Gateway](/api-shield/api-gateway/) |
| `http_request_firewall_custom` | [Web Application Firewall (WAF)](/waf/custom-rules/) |
| `http_ratelimit` | [Rate limiting rules](/waf/rate-limiting-rules/) |
| `http_request_firewall_custom` | [WAF Custom Rules](/waf/custom-rules/) |
| `http_ratelimit` | [WAF Rate Limiting Rules](/waf/rate-limiting-rules/) |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Historically, the capitalization has been different between WAF Managed Rules (feature name) and custom rules/rate limiting rules. When we change this, it will happen everywhere.

| *N/A* (internal phase) | [API Shield](/api-shield/) |
| `http_request_firewall_managed` | [WAF Managed Rules](/waf/managed-rules/) |
| `http_request_firewall_managed` | [WAF Managed Rules](/waf/managed-rules/) |
| `http_request_sbfm` | [Super Bot Fight Mode](/bots/get-started/pro/) |
| *N/A* (internal phase) | [Cloudflare Access](/cloudflare-one/policies/access/) |
| *N/A* (internal phase) | [Cloudflare Access](/cloudflare-one/policies/access/) |
| `http_request_redirect` | [Bulk Redirects](/rules/url-forwarding/bulk-redirects/) |
| *N/A* (internal phase) | [Managed Transforms](/rules/transform/managed-transforms/) |
| `http_request_late_transform` | [HTTP Request Header Modification Rules](/rules/transform/request-header-modification/) |
Expand Down
Loading