You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/bots/additional-configurations/block-ai-bots.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ sidebar:
9
9
import { Render, Steps } from"~/components"
10
10
11
11
:::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.
13
13
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/).
15
15
:::
16
16
17
17
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.
Copy file name to clipboardExpand all lines: src/content/docs/security/index.mdx
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
-
title: Application security dashboard (beta)
2
+
title: Application security dashboard
3
3
pcx_content_type: overview
4
4
sidebar:
5
5
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.
7
7
head:
8
8
- tag: title
9
9
content: Overview
@@ -17,17 +17,23 @@ import {
17
17
RelatedProduct,
18
18
} from"~/components";
19
19
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.
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:
25
25
26
26
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com), and select your account and domain.
27
27
2. Open any page under **Security**.
28
28
3. In the top right-hand corner of the page, select **Try new dashboard**.
29
29
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.
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/).
31
31
:::
32
32
33
33
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
Copy file name to clipboardExpand all lines: src/content/docs/waf/reference/legacy/old-rate-limiting/upgrade.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Rate limiting rules created in the previous version are tagged with `Previous ve
64
64
65
65

66
66
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**.
68
68
69
69
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.
0 commit comments