Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ sidebar:
import { Render, Steps } from "~/components"

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

To try the new dashboard, refer to [Application security dashboard (beta)](/security/).
To try the new dashboard, refer to [Application security dashboard](/security/).
:::

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.
Expand Down
16 changes: 11 additions & 5 deletions src/content/docs/security/index.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Application security dashboard (beta)
title: Application security dashboard
pcx_content_type: overview
sidebar:
order: 1
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.
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.
head:
- tag: title
content: Overview
Expand All @@ -17,17 +17,23 @@ import {
RelatedProduct,
} from "~/components";

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.
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.

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

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:
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:

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

You can swap back to the previous dashboard at any time by selecting **Return to old dashboard** in the same page location.
To opt out of the new security dashboard:

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com), and select your account and domain.
2. Go to **Security** > **Settings**.
3. Search for the setting **New application security dashboard** and turn it off.

The opt-out option will be available for a limited time.

</Card>

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/waf/detections/firewall-for-ai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Firewall for AI is available in closed beta to Enterprise customers proxying tra
<Tabs syncKey="dashNewNav"> <TabItem label="New dashboard" icon="rocket">

:::note
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.
Firewall for AI is only available in the new [application security dashboard](/security/).
:::

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Rate limiting rules created in the previous version are tagged with `Previous ve

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

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**.
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**.

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.

Expand Down
4 changes: 2 additions & 2 deletions src/content/products/security.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Security

product:
title: "Security dashboard (beta)"
title: "Security dashboard"
url: /security/
show: false

meta:
title: Security dashboard docs
description: Documentation for the Security dashboard with an updated user interface (currently in beta).
description: Documentation for the Security dashboard with an updated user interface.
author: "@cloudflare"

externals:
Expand Down