Skip to content

Commit e64012b

Browse files
committed
Improve block action description
1 parent a414553 commit e64012b

File tree

1 file changed

+3
-0
lines changed
  • src/content/docs/ruleset-engine/rules-language

1 file changed

+3
-0
lines changed

src/content/docs/ruleset-engine/rules-language/actions.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ The available actions depend on the [phase](/ruleset-engine/about/phases/) where
9292
</td>
9393
<td>
9494
<p>Matching requests are denied access to the site.</p>
95+
<p>Depending on the Cloudflare product performing the block action, the HTTP status code can be <a href="/support/troubleshooting/http-status-codes/4xx-client-error/error-403/#cloudflare-specific-information"><code>403</code></a> (most security features) or <a href="/support/troubleshooting/http-status-codes/4xx-client-error/error-429/#website-end-users"><code>429</code></a> (for example, rate limiting rules).</p>
96+
<p>Customers on paid plans can customize the HTML error page displayed to website visitors due to the block action. Refer to <a href="/rules/custom-errors/#error-pages">Error Pages</a> for more information.</p>
97+
<p>Customers in Pro plans and above can customize the response (HTML, JSON, XML, or plain text) and the response status code for each <a href="/waf/custom-rules/create-dashboard/#configure-a-custom-response-for-blocked-requests">custom rule</a> or <a href="/waf/rate-limiting-rules/create-zone-dashboard/#configure-a-custom-response-for-blocked-requests">rate limiting rule</a> that triggers a block action.</p>
9598
</td>
9699
<td>Yes</td>
97100
</tr>

0 commit comments

Comments
 (0)