diff --git a/src/content/docs/waf/managed-rules/reference/sensitive-data-detection.mdx b/src/content/docs/waf/managed-rules/reference/sensitive-data-detection.mdx index 891b913c4605208..ddfd760dd857b80 100644 --- a/src/content/docs/waf/managed-rules/reference/sensitive-data-detection.mdx +++ b/src/content/docs/waf/managed-rules/reference/sensitive-data-detection.mdx @@ -8,7 +8,7 @@ sidebar: import { Render, RuleID } from "~/components"; :::note -Available to customers on Enterprise plans. +This feature requires an Enterprise plan with a paid add-on. ::: The Cloudflare Sensitive Data Detection managed ruleset helps identify data leaks generated by your origin servers. Its rules run on the body of the response looking for patterns of common sensitive data, including: diff --git a/src/content/plans/index.json b/src/content/plans/index.json index c58590334dd8154..725e834c07a20df 100644 --- a/src/content/plans/index.json +++ b/src/content/plans/index.json @@ -1680,12 +1680,12 @@ }, "managed_rulesets_response": { "title": "Cloudflare Sensitive Data Detection", - "summary": "Enterprise-only", + "summary": "Enterprise with add-on", "link": "/waf/managed-rules/reference/sensitive-data-detection/", "free": "No", "pro": "No", "biz": "No", - "ent": "Yes" + "ent": "Paid add-on" } } },