Skip to content

Commit a3ede99

Browse files
pedrosousasdnts
authored andcommitted
[WAF] Add noindex to legacy features (cloudflare#22772)
1 parent 59633cc commit a3ede99

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

src/content/docs/waf/reference/legacy/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ sidebar:
55
order: 5
66
group:
77
hideIndex: true
8-
head: []
98
description: Documentation for deprecated WAF features.
9+
noindex: true
1010
---
1111

1212
import { DirectoryListing } from "~/components";

src/content/docs/waf/reference/legacy/old-rate-limiting/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ sidebar:
77
group:
88
badge:
99
text: Deprecated
10+
noindex: true
1011
---
1112

1213
Cloudflare Rate Limiting automatically identifies and mitigates excessive request rates for specific URLs or for an entire domain.

src/content/docs/waf/reference/legacy/old-rate-limiting/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
head:
88
- tag: title
99
content: Troubleshoot Rate Limiting (previous version)
10-
10+
noindex: true
1111
---
1212

1313
A few common rate limiting configuration issues prevent proper request matches:

src/content/docs/waf/reference/legacy/old-waf-managed-rules/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ sidebar:
77
group:
88
badge:
99
text: Deprecated
10+
noindex: true
1011
---
1112

1213
Managed rules, a feature of Cloudflare WAF (Web Application Firewall), identifies and removes suspicious activity for HTTP `GET` and `POST` requests.

src/content/docs/waf/reference/legacy/old-waf-managed-rules/troubleshooting.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ sidebar:
77
head:
88
- tag: title
99
content: Troubleshoot WAF managed rules (previous version)
10+
noindex: true
1011
---
1112

1213
By default, WAF managed rules are fully managed via the Cloudflare dashboard and are compatible with most websites and web applications. However, false positives and false negatives may occur:

0 commit comments

Comments
 (0)