Skip to content

Commit 380527a

Browse files
[CF1] CWI step 3 expansion
1 parent 48a7791 commit 380527a

File tree

2 files changed

+40
-27
lines changed

2 files changed

+40
-27
lines changed

src/content/docs/cloudflare-one/policies/browser-isolation/setup/clientless-browser-isolation.mdx

Lines changed: 39 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,31 @@ pcx_content_type: concept
33
title: Clientless Web Isolation
44
sidebar:
55
order: 5
6-
76
---
87

9-
import { GlossaryTooltip, Render } from "~/components"
8+
import { GlossaryTooltip, Render } from "~/components";
109

1110
Clientless Web Isolation allows users to securely browse high risk or sensitive websites in a remote browser without having to install the Cloudflare WARP client on their device.
1211

1312
## Set up Clientless Web Isolation
1413

1514
<Render file="clientless-browser-isolation" />
1615

17-
3. To configure permissions, select **Manage**. You can add authentication methods and [rules](/cloudflare-one/policies/access/) to control who can access the remote browser.
16+
3. To configure permissions, in **Setting** > **Browser Isolation**> select **Manage** next to Permissions. You can add authentication methods and [rules](/cloudflare-one/policies/access/) to control who can access the remote browser.
17+
18+
4. Under **Policies** > Access Policies > select **Create new policy**.
19+
20+
5. Name your policy and define who will have access to your isolated application. Refer to the [Access policy documentation](/cloudflare-one/policies/access/#actions) to construct your policy.
21+
22+
6. Under **Additional settings**, toggle the **Isolate application** on to enable your application to be served in an isolated browser for users matching your policy.
23+
24+
7. Select **Save**.
25+
26+
8. Under **Policies** > Access Policies > select **Select existing policies** and select the policy or policies you created in the previous step > select **Confirm**.
27+
28+
9. At the bottom of the page, select **Save**.
29+
30+
Your application will now be served in an isolated browser for users matching your policies.
1831

1932
## Filter DNS queries
2033

@@ -121,33 +134,33 @@ If you want to isolate a website without Cloudflare WARP installed, you will nee
121134
```html
122135
<!DOCTYPE html>
123136
<html>
124-
<head>
125-
<title>Redirecting website to a remote browser</title>
126-
<script>
127-
window.location.href =
128-
"https://<your-team-name>.cloudflareaccess.com/browser/<URL>}";
129-
</script>
130-
<noscript>
131-
<meta
132-
http-equiv="refresh"
133-
content="0; url=https://<your-team-name>.cloudflareaccess.com/browser/<URL>"
134-
/>
135-
</noscript>
136-
</head>
137-
<body>
138-
<p>
139-
This website is being redirected to a remote browser. Select
140-
<a href="https://<your-team-name>.cloudflareaccess.com/browser/<URL>"
141-
>here</a
142-
>
143-
if you are not automatically redirected.
144-
</p>
145-
</body>
137+
<head>
138+
<title>Redirecting website to a remote browser</title>
139+
<script>
140+
window.location.href =
141+
"https://<your-team-name>.cloudflareaccess.com/browser/<URL>}";
142+
</script>
143+
<noscript>
144+
<meta
145+
http-equiv="refresh"
146+
content="0; url=https://<your-team-name>.cloudflareaccess.com/browser/<URL>"
147+
/>
148+
</noscript>
149+
</head>
150+
<body>
151+
<p>
152+
This website is being redirected to a remote browser. Select
153+
<a href="https://<your-team-name>.cloudflareaccess.com/browser/<URL>"
154+
>here</a
155+
>
156+
if you are not automatically redirected.
157+
</p>
158+
</body>
146159
</html>
147160
```
148161

149162
## Troubleshooting
150163

151164
Review troubleshooting guidance related to Clientless Web Isolation.
152165

153-
- [Clientless Web Isolation is loading a blank screen on a Windows device](/cloudflare-one/faq/troubleshooting/#clientless-web-isolation-is-loading-with-a-blank-screen-on-a-windows-device)
166+
- [Clientless Web Isolation is loading a blank screen on a Windows device](/cloudflare-one/faq/troubleshooting/#clientless-web-isolation-is-loading-with-a-blank-screen-on-a-windows-device)

src/content/docs/cloudflare-one/policies/browser-isolation/setup/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66
label: Get started
77
---
88

9-
Browser Isolation is enabled through Secure Web Gateway HTTP policies. By default, no traffic is isolated until you have added an Isolate policy to your HTTP policies.
9+
Browser Isolation is enabled through [Secure Web Gateway HTTP policies](/cloudflare-one/policies/gateway/http-policies/). By default, no traffic is isolated until you have added an Isolate policy to your HTTP policies.
1010

1111
## 1. Connect devices to Cloudflare
1212

0 commit comments

Comments
 (0)