Skip to content

Commit d647311

Browse files
committed
Merge branch 'production' into kian/PCX-15577
2 parents ace0963 + 1e5359c commit d647311

File tree

11 files changed

+56
-9
lines changed

11 files changed

+56
-9
lines changed

public/__redirects

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
/cloudflare-one/changelog/casb/index.xml /changelog/rss/casb.xml 301
1818
/cloudflare-one/changelog/dex/index.xml /changelog/rss/dex.xml 301
1919
/cloudflare-one/changelog/dlp/index.xml /changelog/rss/dlp.xml 301
20-
/cloudflare-one/changelog/email-security/index.xml /changelog/rss/email-security.xml 301
20+
/cloudflare-one/changelog/email-security/index.xml /changelog/rss/email-security-cf1.xml 301
21+
/changelog/rss/email-security.xml /changelog/rss/email-security-cf1.xml 301
2122
/cloudflare-one/changelog/gateway/index.xml /changelog/rss/gateway.xml 301
2223
/cloudflare-one/changelog/risk-score/index.xml /changelog/rss/risk-score.xml 301
2324
/cloudflare-one/changelog/tunnel/index.xml /changelog/rss/cloudflare-tunnel.xml 301

src/content/changelog/zero-trust-warp/2024-06-16-cloudflare-one.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ products:
88
- cloudflare-tunnel
99
- dex
1010
- dlp
11-
- email-security
11+
- email-security-cf1
1212
- gateway
1313
- magic-cloud-networking
1414
- magic-firewall

src/content/docs/cloudflare-one/changelog/email-security.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { ProductChangelog } from "~/components";
88
{/* <!-- All changelog entries live in src/content/changelogs/email-security/. */}
99

1010
<ProductChangelog
11-
product="email-security"
11+
product="email-security-cf1"
1212
hideEntry="2024-06-16-cloudflare-one"
1313
/>
1414

src/content/docs/cloudflare-one/email-security/setup/pre-delivery-deployment/mx-inline-deployment-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To set up MX/Inline:
1717
4. Select **MX/Inline**.
1818
5. To start the MX/Inline configuration, you will need to have completed the prerequisite setup on your email provider's platform. Once you have completed this step, select **I confirm that I have completed all the necessary requirements**. Then, select **Start configuration**.
1919

20-
:::[note]
20+
:::note
2121
You can only onboard one domain at a time.
2222
:::
2323

src/content/partials/cloudflare-one/email-security/deployment/mx-deployment-prerequisites.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ To ensure changes made in this tutorial take effect quickly, update the Time to
88

99
Changing the TTL value instructs DNS servers on how long to cache this value before requesting an update from the responsible nameserver. You need to change the TTL value before changing your MX records to Email Security. This will ensure that changes take effect quickly and can also be reverted quickly if needed. If your DNS manager does not allow for a TTL of five minutes, set it to the lowest possible setting.
1010

11+
:::note
12+
Make TTL changes a few days before the production update, and wait at least as long as the old TTL values before making the update, since some senders might still be using the old cached values.
13+
:::
14+
1115
To check your existing TTL, open a terminal window and run the following command against your domain:
1216

1317
```sh
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Email Security
2+
3+
product:
4+
title: Email Security
5+
url: /cloudflare-one/email-security/
6+
group: Cloudflare One
7+
8+
meta:
9+
description: Cloudflare Email Security is a cloud based service that stops phishing attacks, the biggest cybersecurity threat, across all traffic vectors - email, web and network.

src/content/products/email-security.yaml

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

33
product:
44
title: Email Security (formerly Area 1)
5-
url: /cloudflare-one/email-security/
5+
url: /email-security/
66
group: Cloudflare One
7+
show: false
78

89
meta:
910
title: Cloudflare Email Security (formerly Area 1) docs
1011
description: Cloudflare Email Security is a cloud based service that stops phishing attacks, the biggest cybersecurity threat, across all traffic vectors - email, web and network.
1112
author: "@cloudflare"
12-
13-
resources:
14-
dashboard_link: https://dash.cloudflare.com/?to=/:account/:zone/email/security
15-
learning_center: https://www.cloudflare.com/learning/email-security/what-is-email-security/

src/content/products/firewall.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ product:
55
url: /firewall/
66
wrap: true
77
group: Application security
8+
show: false
89

910
meta:
1011
title: Cloudflare Firewall Rules (deprecated) docs

0 commit comments

Comments
 (0)