From ff2efddada8e1c2faef846e77f216a68e729e8f7 Mon Sep 17 00:00:00 2001 From: alexandramoraru Date: Thu, 11 Jun 2026 15:09:45 +0100 Subject: [PATCH 1/2] refactor: delete security-center/get-started, merge useful content into how-it-works MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Delete security-center/get-started.mdx (redundant with /security/security-insights/) - Add 'Manage scans' section (disable/restart scans) to security-insights/how-it-works.mdx - Fix stale link to /security-center/get-started/ - Add 301 redirect: /security-center/get-started/ → /security/security-insights/ --- public/__redirects | 3 ++ .../docs/security-center/get-started.mdx | 42 ------------------- .../security-insights/how-it-works.mdx | 28 ++++++++++++- 3 files changed, 29 insertions(+), 44 deletions(-) delete mode 100644 src/content/docs/security-center/get-started.mdx diff --git a/public/__redirects b/public/__redirects index ce74646b758..c574b716ad1 100644 --- a/public/__redirects +++ b/public/__redirects @@ -2970,3 +2970,6 @@ # Security Insights (moved from Security Center to Security) /security-center/security-insights/* /security/security-insights/:splat 301 + +# Security Center Get Started (redundant – content already exists at /security/security-insights/) +/security-center/get-started/ /security/security-insights/ 301 diff --git a/src/content/docs/security-center/get-started.mdx b/src/content/docs/security-center/get-started.mdx deleted file mode 100644 index fa4e4df1958..00000000000 --- a/src/content/docs/security-center/get-started.mdx +++ /dev/null @@ -1,42 +0,0 @@ ---- -pcx_content_type: get-started -title: Get started -description: Use Security Insights to scan your account for misconfigurations and vulnerabilities. -products: - - security-center -sidebar: - order: 2 ---- - -import { Render, DashButton } from "~/components"; - -Security Center scans your Cloudflare account configuration and identifies potential security risks, misconfigurations, and vulnerabilities across your domains. This guide covers the initial setup. - -## Prerequisites - -- A Cloudflare account. -- At least one [zone](/fundamentals/concepts/accounts-and-zones/#zones) (domain or subdomain) added to your Cloudflare account. - -## Turn Security Insights on or off - - - -### Start a new scan - -To manually start a scan: - -1. In the Cloudflare dashboard, go to the **Security insights** page. - - - -2. Select **Scan now**. - -:::note -Only accounts with at least one Business or Enterprise zone, or accounts on the Teams Standard or Teams Enterprise plan, can start manual scans. All plans receive automatic scans. -::: - -### Scan frequency - - - -For more details, refer to [How it works](/security/security-insights/how-it-works/#scan-frequency). diff --git a/src/content/docs/security/security-insights/how-it-works.mdx b/src/content/docs/security/security-insights/how-it-works.mdx index 8bcc640bf58..915d8ae27ed 100644 --- a/src/content/docs/security/security-insights/how-it-works.mdx +++ b/src/content/docs/security/security-insights/how-it-works.mdx @@ -8,7 +8,7 @@ sidebar: order: 1 --- -import { Render } from "~/components"; +import { Render, DashButton } from "~/components"; Cloudflare runs regular security scans on your account. These scans check your Cloudflare account settings, DNS record configurations, and product configurations — such as SSL/TLS, WAF, and Access — across all domains in your account. @@ -32,4 +32,28 @@ For a full list of insight types and their descriptions, refer to [Security Insi -Eligible accounts (Business, Enterprise, or Teams plans) can also manually start a scan. Refer to [Get started](/security-center/get-started/) for instructions. +Eligible accounts (Business, Enterprise, or Teams plans) can also manually start a scan. + +## Manage scans + +Security Insights scans are enabled by default. The initial scan time depends on the number of IT assets in all the domains of your Cloudflare account. When the scan is complete, the status of the page will change from **Scan in Progress** to **Last scan performed on: ``**. + +### Disable scans + +1. In the Cloudflare dashboard, go to the **Security Insights** page. + + + +2. Go to **Disable Security Center scans**, select **Disable scans**. + +### Start a new scan + +1. In the Cloudflare dashboard, go to the **Security Insights** page. + + + +2. Select **Scan now**. + +:::note +Only accounts with at least one Business or Enterprise zone, or accounts on the Teams Standard or Teams Enterprise plan, can start manual scans. All plans receive automatic scans. +::: From 41ced2a39e0244e6773db970032b652a70d99bde Mon Sep 17 00:00:00 2001 From: alexandramoraru Date: Thu, 11 Jun 2026 15:50:09 +0100 Subject: [PATCH 2/2] fix: address review feedback - all accounts can start manual scans, move redirect to static section --- public/__redirects | 6 +++--- .../docs/security/security-insights/how-it-works.mdx | 6 +----- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/public/__redirects b/public/__redirects index c574b716ad1..48c6ac5401a 100644 --- a/public/__redirects +++ b/public/__redirects @@ -2720,6 +2720,9 @@ /cloudflare-one/insights/logs/filter-views/ /cloudflare-one/insights/logs/logpush/network-firewall-log-filters/ 301 /cloudflare-one/remote-browser-isolation/canvas-rendering/ /cloudflare-one/remote-browser-isolation/canvas-remoting/ 301 +# Security Center Get Started (redundant – content already exists at /security/security-insights/) +/security-center/get-started/ /security/security-insights/ 301 + # ============================================================================ # DYNAMIC REDIRECTS /agents/think/* /agents/harnesses/think/:splat 301 @@ -2970,6 +2973,3 @@ # Security Insights (moved from Security Center to Security) /security-center/security-insights/* /security/security-insights/:splat 301 - -# Security Center Get Started (redundant – content already exists at /security/security-insights/) -/security-center/get-started/ /security/security-insights/ 301 diff --git a/src/content/docs/security/security-insights/how-it-works.mdx b/src/content/docs/security/security-insights/how-it-works.mdx index 915d8ae27ed..1e404127f40 100644 --- a/src/content/docs/security/security-insights/how-it-works.mdx +++ b/src/content/docs/security/security-insights/how-it-works.mdx @@ -32,7 +32,7 @@ For a full list of insight types and their descriptions, refer to [Security Insi -Eligible accounts (Business, Enterprise, or Teams plans) can also manually start a scan. +All accounts can also manually start a scan. ## Manage scans @@ -53,7 +53,3 @@ Security Insights scans are enabled by default. The initial scan time depends on 2. Select **Scan now**. - -:::note -Only accounts with at least one Business or Enterprise zone, or accounts on the Teams Standard or Teams Enterprise plan, can start manual scans. All plans receive automatic scans. -:::