Skip to content

Commit 2f18944

Browse files
deadlypants1973sdnts
authored andcommitted
[CF1] CWI step 3 expansion (cloudflare#22664)
* [CF1] CWI step 3 expansion * final edit * Update src/content/docs/cloudflare-one/policies/browser-isolation/setup/clientless-browser-isolation.mdx
1 parent f177684 commit 2f18944

File tree

2 files changed

+38
-27
lines changed

2 files changed

+38
-27
lines changed

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

Lines changed: 37 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,29 @@ 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 **Settings** > **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. Select **Save**.
23+
24+
7. Under **Policies** > Access Policies > select **Select existing policies** and select the policy or policies you created in the previous step > select **Confirm**.
25+
26+
8. At the bottom of the page, select **Save**.
27+
28+
Your application will now be served in an isolated browser for users matching your policies.
1829

1930
## Filter DNS queries
2031

@@ -121,33 +132,33 @@ If you want to isolate a website without Cloudflare WARP installed, you will nee
121132
```html
122133
<!DOCTYPE html>
123134
<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>
135+
<head>
136+
<title>Redirecting website to a remote browser</title>
137+
<script>
138+
window.location.href =
139+
"https://<your-team-name>.cloudflareaccess.com/browser/<URL>}";
140+
</script>
141+
<noscript>
142+
<meta
143+
http-equiv="refresh"
144+
content="0; url=https://<your-team-name>.cloudflareaccess.com/browser/<URL>"
145+
/>
146+
</noscript>
147+
</head>
148+
<body>
149+
<p>
150+
This website is being redirected to a remote browser. Select
151+
<a href="https://<your-team-name>.cloudflareaccess.com/browser/<URL>"
152+
>here</a
153+
>
154+
if you are not automatically redirected.
155+
</p>
156+
</body>
146157
</html>
147158
```
148159

149160
## Troubleshooting
150161

151162
Review troubleshooting guidance related to Clientless Web Isolation.
152163

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)
164+
- [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)