-
Notifications
You must be signed in to change notification settings - Fork 10k
[CF1] CWI step 3 expansion #22664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CF1] CWI step 3 expansion #22664
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,18 +3,31 @@ pcx_content_type: concept | |
| title: Clientless Web Isolation | ||
| sidebar: | ||
| order: 5 | ||
|
|
||
| --- | ||
|
|
||
| import { GlossaryTooltip, Render } from "~/components" | ||
| import { GlossaryTooltip, Render } from "~/components"; | ||
|
|
||
| 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. | ||
|
|
||
| ## Set up Clientless Web Isolation | ||
|
|
||
| <Render file="clientless-browser-isolation" /> | ||
|
|
||
| 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. | ||
| 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. | ||
|
|
||
| 4. Under **Policies** > Access Policies > select **Create new policy**. | ||
|
|
||
| 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. | ||
|
|
||
| 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. | ||
|
||
|
|
||
| 7. Select **Save**. | ||
|
|
||
| 8. Under **Policies** > Access Policies > select **Select existing policies** and select the policy or policies you created in the previous step > select **Confirm**. | ||
|
|
||
| 9. At the bottom of the page, select **Save**. | ||
|
|
||
| Your application will now be served in an isolated browser for users matching your policies. | ||
|
|
||
| ## Filter DNS queries | ||
|
|
||
|
|
@@ -121,33 +134,33 @@ If you want to isolate a website without Cloudflare WARP installed, you will nee | |
| ```html | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
| <title>Redirecting website to a remote browser</title> | ||
| <script> | ||
| window.location.href = | ||
| "https://<your-team-name>.cloudflareaccess.com/browser/<URL>}"; | ||
| </script> | ||
| <noscript> | ||
| <meta | ||
| http-equiv="refresh" | ||
| content="0; url=https://<your-team-name>.cloudflareaccess.com/browser/<URL>" | ||
| /> | ||
| </noscript> | ||
| </head> | ||
| <body> | ||
| <p> | ||
| This website is being redirected to a remote browser. Select | ||
| <a href="https://<your-team-name>.cloudflareaccess.com/browser/<URL>" | ||
| >here</a | ||
| > | ||
| if you are not automatically redirected. | ||
| </p> | ||
| </body> | ||
| <head> | ||
| <title>Redirecting website to a remote browser</title> | ||
| <script> | ||
| window.location.href = | ||
| "https://<your-team-name>.cloudflareaccess.com/browser/<URL>}"; | ||
| </script> | ||
| <noscript> | ||
| <meta | ||
| http-equiv="refresh" | ||
| content="0; url=https://<your-team-name>.cloudflareaccess.com/browser/<URL>" | ||
| /> | ||
| </noscript> | ||
| </head> | ||
| <body> | ||
| <p> | ||
| This website is being redirected to a remote browser. Select | ||
| <a href="https://<your-team-name>.cloudflareaccess.com/browser/<URL>" | ||
| >here</a | ||
| > | ||
| if you are not automatically redirected. | ||
| </p> | ||
| </body> | ||
| </html> | ||
| ``` | ||
|
|
||
| ## Troubleshooting | ||
|
|
||
| Review troubleshooting guidance related to Clientless Web Isolation. | ||
|
|
||
| - [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) | ||
| - [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) | ||
Uh oh!
There was an error while loading. Please reload this page.