From 075f48b55fedc65266e00a2d40b4aecdb13cbb15 Mon Sep 17 00:00:00 2001 From: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com> Date: Wed, 2 Jul 2025 17:50:28 +0100 Subject: [PATCH 1/4] [Email Security | RBI] Open links using Browser Isolation --- .../setup/clientless-browser-isolation.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/content/docs/cloudflare-one/policies/browser-isolation/setup/clientless-browser-isolation.mdx b/src/content/docs/cloudflare-one/policies/browser-isolation/setup/clientless-browser-isolation.mdx index 1aa99dee05db47d..a6f223de7a10c3c 100644 --- a/src/content/docs/cloudflare-one/policies/browser-isolation/setup/clientless-browser-isolation.mdx +++ b/src/content/docs/cloudflare-one/policies/browser-isolation/setup/clientless-browser-isolation.mdx @@ -27,6 +27,14 @@ Clientless Web Isolation allows users to securely browse high risk or sensitive Your application will now be served in an isolated browser for users matching your policies. +### Open links using Browser Isolation + +To open links using Browser Isolation: + +1. In [Zero Trust](https://one.dash.cloudflare.com), go to **Browser Isolation**. +2. Select **Launch isolated browser**. Turn **Clientless web isolation** on. +3. In **Launch browser**, enter the URL link, and then select **Launch**. Your URL will open in a secure isolated browser. + ## Filter DNS queries Gateway filters and resolves DNS queries for isolated sessions via [DNS policies](/cloudflare-one/policies/gateway/dns-policies/). Enterprise users can resolve domains available only through private resolvers by creating [resolver policies](/cloudflare-one/policies/gateway/resolver-policies/). From aa3739b6a52cb2ff1a84cdb73bb15547c2789da3 Mon Sep 17 00:00:00 2001 From: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com> Date: Wed, 2 Jul 2025 20:40:25 +0100 Subject: [PATCH 2/4] Reorganize content --- .../email-monitoring/search-email.mdx | 45 ++++++++++--------- .../setup/clientless-browser-isolation.mdx | 2 +- 2 files changed, 26 insertions(+), 21 deletions(-) diff --git a/src/content/docs/cloudflare-one/email-security/email-monitoring/search-email.mdx b/src/content/docs/cloudflare-one/email-security/email-monitoring/search-email.mdx index 3c1d2af764b3d00..10a9ab8118a1d01 100644 --- a/src/content/docs/cloudflare-one/email-security/email-monitoring/search-email.mdx +++ b/src/content/docs/cloudflare-one/email-security/email-monitoring/search-email.mdx @@ -241,41 +241,46 @@ Email Security displays the following details: #### Open links -You can open links in [Security Center](/security-center/) or [Browser Isolation](/cloudflare-one/policies/browser-isolation/), or copy and paste the link so you can investigate links in external tools. +You can open links in [Security Center](/security-center/) or [Browser Isolation](/cloudflare-one/policies/browser-isolation/), or copy and paste the link so you can investigate content in external tools. To open links in Security Center: -1. Go to the link you want to open. -2. Select **Open in Security Center**. -3. You will be redirected to Security Center's Investigate. -4. Select **Scan now**. -5. The dashboard will generate a report for your link. +1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Email Security** > **Investigation**. +2. Locate the message you want to open links for, select the three dots, then select **View details**. +2. Under **Details**, go to **Links identified**. +3. Locate the link you want to open, and select **Open in Security Center**. +4. You will be redirected to **Investigate** under **Security Center**. +5. Select **Scan now**. +6. The dashboard will generate a report for your link. To open links in Browser Isolation: -1. Go to the link you want to open. -2. Select **Open in Browser Isolation**. -3. The link will open in a separate window where you will be able to browse the content securely. +1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Email Security** > **Investigation**. +2. Locate the message you want to open links for, select the three dots, then select **View details**. +2. Under **Details**, go to **Links identified**. +3. Locate the link you want to open, and select **Open in Browser Isolation**. +4. The link will open in a separate window where you will be able to browse the content securely. + +Alternatively, you can directly [open links in Browser Isolation](/cloudflare-one/policies/browser-isolation/setup/clientless-browser-isolation/#open-links-in-browser-isolation). + +To open and investigate a link in an external tool: -You may receive a HTTP 400 Bad Request Error when opening a link in Browser Isolation. Follow these steps if you encounter this problem: +1. Go to the link you want to open. +2. Select **Copy URL**. +3. Paste the link in your external tool. -1. In [Zero Trust](https://one.dash.cloudflare.com/), select **Settings**. -2. Select **Browser Isolation**, then enable **Clientless Web Isolation**. +:::caution +You may encounter a 400 Bad Request error after turning **Clientless Web Isolation** on. -If you still receive a 400 Bad Request error after enabling Clientless Web Isolation: +If you encounter this error: -1. Go to **Settings** > **Resources**. +1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Settings** > **Resources**. 2. Select **Generate certificate**. 3. Choose the **Expiration** (5 years is recommended), then select **Generate certificate**. Your certificate is now generated, and the dashboard will display its **Deployment Status** as **INACTIVE**. 4. Select the three dots, and then select **Activate** to activate your certificate. 5. Select the three dots, and then select **Mark as in-use**. 6. Your certificate deployment status should display **AVAILABLE IN-USE**. - -To open and investigate a link in an external tool: - -1. Go to the link you want to open. -2. Select **Copy URL**. -3. Paste the link in your external tool. +::: ### Action log diff --git a/src/content/docs/cloudflare-one/policies/browser-isolation/setup/clientless-browser-isolation.mdx b/src/content/docs/cloudflare-one/policies/browser-isolation/setup/clientless-browser-isolation.mdx index a6f223de7a10c3c..8eeac9a2d262411 100644 --- a/src/content/docs/cloudflare-one/policies/browser-isolation/setup/clientless-browser-isolation.mdx +++ b/src/content/docs/cloudflare-one/policies/browser-isolation/setup/clientless-browser-isolation.mdx @@ -27,7 +27,7 @@ Clientless Web Isolation allows users to securely browse high risk or sensitive Your application will now be served in an isolated browser for users matching your policies. -### Open links using Browser Isolation +### Open links in Browser Isolation To open links using Browser Isolation: From 28ad2604ae3ea065d42be0c47ec8aa3f07bfa9ce Mon Sep 17 00:00:00 2001 From: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com> Date: Wed, 2 Jul 2025 20:58:18 +0100 Subject: [PATCH 3/4] Reorganize content --- .../email-security/email-monitoring/search-email.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/content/docs/cloudflare-one/email-security/email-monitoring/search-email.mdx b/src/content/docs/cloudflare-one/email-security/email-monitoring/search-email.mdx index 10a9ab8118a1d01..c6ebfe57f595ee9 100644 --- a/src/content/docs/cloudflare-one/email-security/email-monitoring/search-email.mdx +++ b/src/content/docs/cloudflare-one/email-security/email-monitoring/search-email.mdx @@ -265,8 +265,10 @@ Alternatively, you can directly [open links in Browser Isolation](/cloudflare-on To open and investigate a link in an external tool: -1. Go to the link you want to open. -2. Select **Copy URL**. +1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Email Security** > **Investigation**. +2. Locate the message you want to open links for, select the three dots, then select **View details**. +2. Under **Details**, go to **Links identified**. +3. Locate the link you want to open, and select **Copy URL**. 3. Paste the link in your external tool. :::caution From bda2a428c91b2bcb0716981fed8b473ed1f7237d Mon Sep 17 00:00:00 2001 From: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com> Date: Thu, 3 Jul 2025 20:20:58 +0100 Subject: [PATCH 4/4] Update src/content/docs/cloudflare-one/email-security/email-monitoring/search-email.mdx Co-authored-by: Kate Tungusova <70746074+deadlypants1973@users.noreply.github.com> --- .../email-security/email-monitoring/search-email.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/email-security/email-monitoring/search-email.mdx b/src/content/docs/cloudflare-one/email-security/email-monitoring/search-email.mdx index c6ebfe57f595ee9..1a866cc4c38d025 100644 --- a/src/content/docs/cloudflare-one/email-security/email-monitoring/search-email.mdx +++ b/src/content/docs/cloudflare-one/email-security/email-monitoring/search-email.mdx @@ -272,7 +272,7 @@ To open and investigate a link in an external tool: 3. Paste the link in your external tool. :::caution -You may encounter a 400 Bad Request error after turning **Clientless Web Isolation** on. +You may encounter a `400 Bad Request` error after turning **Clientless Web Isolation** on. If you encounter this error: