Skip to content

Commit 775f9f8

Browse files
pedrosousasdnts
authored andcommitted
[Docs] Remove beta and add opt-out steps (cloudflare#23901)
1 parent d88f2ae commit 775f9f8

File tree

5 files changed

+17
-11
lines changed

5 files changed

+17
-11
lines changed

src/content/docs/bots/additional-configurations/block-ai-bots.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ sidebar:
99
import { Render, Steps } from "~/components"
1010

1111
:::note[Block AI bots availability]
12-
Note that **Block AI bots** feature is only available in the new application security dashboard (beta).
12+
The **Block AI bots** feature is only available in the new application security dashboard.
1313

14-
To try the new dashboard, refer to [Application security dashboard (beta)](/security/).
14+
To try the new dashboard, refer to [Application security dashboard](/security/).
1515
:::
1616

1717
You can choose to block AI bots by activating **Block AI bots**. Activating this setting will block [verified bots](/bots/concepts/bot/verified-bots/overview/) that are classified in AI-related categories such as AI Assistant, AI Crawler, or an Archiver, as well as a number of unverified bots that behave similarly.

src/content/docs/security/index.mdx

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Application security dashboard (beta)
2+
title: Application security dashboard
33
pcx_content_type: overview
44
sidebar:
55
order: 1
6-
description: The application security dashboard (beta) helps you understand the current security posture of your web applications and allows you configure different security rules for those applications.
6+
description: The application security dashboard helps you understand the current security posture of your web applications and allows you configure different security rules for those applications.
77
head:
88
- tag: title
99
content: Overview
@@ -17,17 +17,23 @@ import {
1717
RelatedProduct,
1818
} from "~/components";
1919

20-
The application security dashboard (beta) is your starting point to better understand the security posture of your web applications, and to configure rules to protect them.
20+
The application security dashboard is your starting point to better understand the security posture of your web applications, and to configure rules to protect them.
2121

2222
<Card title="New dashboard experience" icon="rocket">
2323

24-
The new **Security** navigation in the Cloudflare dashboard is currently available in beta for users that opt in to the new user interface. To opt in:
24+
Cloudflare is gradually making the new **Security** dashboard available by default to users. Users who do not have the new dashboard by default can still manually opt in:
2525

2626
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com), and select your account and domain.
2727
2. Open any page under **Security**.
2828
3. In the top right-hand corner of the page, select **Try new dashboard**.
2929

30-
You can swap back to the previous dashboard at any time by selecting **Return to old dashboard** in the same page location.
30+
To opt out of the new security dashboard:
31+
32+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com), and select your account and domain.
33+
2. Go to **Security** > **Settings**.
34+
3. Search for the setting **New application security dashboard** and turn it off.
35+
36+
The opt-out option will be available for a limited time.
3137

3238
</Card>
3339

src/content/docs/waf/detections/firewall-for-ai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Firewall for AI is available in closed beta to Enterprise customers proxying tra
2727
<Tabs syncKey="dashNewNav"> <TabItem label="New dashboard" icon="rocket">
2828

2929
:::note
30-
Firewall for AI is only available in the new [application security dashboard](/security/), currently in beta for users that opt in to the new user interface.
30+
Firewall for AI is only available in the new [application security dashboard](/security/).
3131
:::
3232

3333
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Rate limiting rules created in the previous version are tagged with `Previous ve
6464

6565
![Rate limiting rules user interface showing two rules created in the previous version.](~/assets/images/waf/reference/rate-limiting-rules-upgrade-ui.png)
6666

67-
If you are using the new [application security dashboard](/security/) (currently in beta), only the rate limiting rules that have been upgraded to the new version will be shown at **Security** > **Security rules**.
67+
If you are using the new [application security dashboard](/security/), only the rate limiting rules that have been upgraded to the new version will be shown at **Security** > **Security rules**.
6868

6969
If you edit a rule with this tag in the dashboard, you will no longer be able to edit the rule using the API and Terraform resource for the previous version of rate limiting rules. In this case, you will need to start using the [Rulesets API](/ruleset-engine/rulesets-api/) or the [`cloudflare_ruleset`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/ruleset) Terraform resource for this purpose. Refer to [Relevant changes for API users](#relevant-changes-for-api-users) and [Relevant changes for Terraform users](#relevant-changes-for-terraform-users) for more information.
7070

src/content/products/security.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Security
22

33
product:
4-
title: "Security dashboard (beta)"
4+
title: "Security dashboard"
55
url: /security/
66
show: false
77

88
meta:
99
title: Security dashboard docs
10-
description: Documentation for the Security dashboard with an updated user interface (currently in beta).
10+
description: Documentation for the Security dashboard with an updated user interface.
1111
author: "@cloudflare"
1212

1313
externals:

0 commit comments

Comments
 (0)