From a487e0502bd4053da95af3ff52a961d8b9f4a1ff Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Fri, 30 Aug 2024 10:20:58 +0100 Subject: [PATCH] [WAF] Fix plan type in overview page (#16539) --- src/content/docs/waf/index.mdx | 63 +++++++++++++++++++++++++--------- 1 file changed, 46 insertions(+), 17 deletions(-) diff --git a/src/content/docs/waf/index.mdx b/src/content/docs/waf/index.mdx index 3affe09c8a4f25a..d11a38f23e156f9 100644 --- a/src/content/docs/waf/index.mdx +++ b/src/content/docs/waf/index.mdx @@ -8,14 +8,20 @@ head: content: Cloudflare Web Application Firewall description: The Cloudflare Web Application Firewall (WAF) provides automatic protection from vulnerabilities and the flexibility to create custom rules. - --- -import { Description, Feature, Plan, RelatedProduct, Render } from "~/components" +import { + Description, + Feature, + Plan, + RelatedProduct, + Render, +} from "~/components"; -Get automatic protection from vulnerabilities and the flexibility to create custom rules. +Get automatic protection from vulnerabilities and the flexibility to create custom rules. + @@ -24,43 +30,66 @@ Get automatic protection from vulnerabilities and the flexibility to create cust Learn how to [get started](/waf/get-started/). -*** +--- ## Features -Create your own custom rules to protect your website and your APIs from malicious incoming traffic. Use advanced features like [WAF attack score](/waf/about/waf-attack-score/) and [uploaded content scanning](/waf/about/content-scanning/) in your custom rules. + Create your own custom rules to protect your website and your APIs from + malicious incoming traffic. Use advanced features like [WAF attack + score](/waf/about/waf-attack-score/) and [uploaded content + scanning](/waf/about/content-scanning/) in your custom rules. -Define rate limits for incoming requests matching an expression, and the action to take when those rate limits are reached. + Define rate limits for incoming requests matching an expression, and the + action to take when those rate limits are reached. -Enable the pre-configured managed rulesets to get immediate protection. These rulesets are [regularly updated](/waf/change-log/), offering advanced zero-day vulnerability protections, and you can adjust their behavior. + Enable the pre-configured managed rulesets to get immediate protection. These + rulesets are [regularly updated](/waf/change-log/), offering advanced zero-day + vulnerability protections, and you can adjust their behavior. - -Review mitigated requests (rule matches) using an intuitive interface. Tailor your security configurations based on the activity log. + + Review mitigated requests (rule matches) using an intuitive interface. Tailor + your security configurations based on the activity log. - -\ -Displays information about all incoming HTTP requests, including those not affected by security measures. + + + Displays information about all incoming HTTP requests, including those not + affected by security measures. -*** +--- ## Related products - -Cloudflare DDoS protection secures websites, applications, and entire networks while ensuring the performance of legitimate traffic is not compromised. + + Cloudflare DDoS protection secures websites, applications, and entire networks + while ensuring the performance of legitimate traffic is not compromised. -Page Shield is a comprehensive client-side security solution to ensure the safety of your website visitors' browser environment. + Page Shield is a comprehensive client-side security solution to ensure the + safety of your website visitors' browser environment. -Cloudflare bot solutions identify and mitigate automated traffic to protect your domain from bad bots. + Cloudflare bot solutions identify and mitigate automated traffic to protect + your domain from bad bots.