From 880e1ae34d8609aedc7a234c09d923466fa681d0 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:55:55 +0100 Subject: [PATCH 1/2] [WAF] Clarify custom block response availability --- src/content/partials/waf/custom-response-blocked-requests.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/partials/waf/custom-response-blocked-requests.mdx b/src/content/partials/waf/custom-response-blocked-requests.mdx index c8502ac5d1eb1df..6308f26958c66b2 100644 --- a/src/content/partials/waf/custom-response-blocked-requests.mdx +++ b/src/content/partials/waf/custom-response-blocked-requests.mdx @@ -5,6 +5,10 @@ params: - maxBodySize --- +:::note +This feature is only available on paid plans. +::: + When you select the _Block_ action in a rule you can optionally define a custom response. The custom response has three settings: From f7988379e13ea686fe786fbe87d1ea05a6acfccc Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:22:27 +0100 Subject: [PATCH 2/2] Move aside to zone-level pages --- src/content/docs/waf/custom-rules/create-dashboard.mdx | 4 ++++ .../docs/waf/rate-limiting-rules/create-zone-dashboard.mdx | 4 ++++ src/content/partials/waf/custom-response-blocked-requests.mdx | 4 ---- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/content/docs/waf/custom-rules/create-dashboard.mdx b/src/content/docs/waf/custom-rules/create-dashboard.mdx index a4043d42d454223..969c58e412a726a 100644 --- a/src/content/docs/waf/custom-rules/create-dashboard.mdx +++ b/src/content/docs/waf/custom-rules/create-dashboard.mdx @@ -33,6 +33,10 @@ import { Render } from "~/components"; ## Configure a custom response for blocked requests +:::note +This feature is only available on paid plans. +::: +