Skip to content

Commit 048955c

Browse files
deadlypants1973Maddy-Cloudflare
authored andcommitted
[CF1] custom block dialogs rbi (#22208)
* [CF1] custom block dialogs rbi * Apply suggestions from code review PCX Co-authored-by: Maddy <[email protected]> --------- Co-authored-by: Maddy <[email protected]>
1 parent eea8191 commit 048955c

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 2
66
---
77

8-
import { Render, Tabs, TabItem } from "~/components";
8+
import { Render, Badge, Tabs, TabItem } from "~/components";
99

1010
With Browser Isolation, you can define policies to dynamically isolate websites based on identity, security threats, or content.
1111

@@ -117,6 +117,21 @@ Mouse input remains available to allow users to browse a website by following hy
117117
- _Allow_: (Default) Users can print isolated web pages to their local machine.
118118
- _Do not allow_: Prohibits users from printing isolated web pages to their local machine.
119119

120+
## Custom block dialog <Badge text="Beta" variant="note" />
121+
122+
With custom block dialogs, you can host a custom block page when users are blocked from taking specific actions, like [copying](/cloudflare-one/policies/browser-isolation/isolation-policies/#copy-from-remote-to-client), [pasting](/cloudflare-one/policies/browser-isolation/isolation-policies/#paste-from-client-to-remote), [downloading](/cloudflare-one/policies/browser-isolation/isolation-policies/#file-downloads), [uploading](/cloudflare-one/policies/browser-isolation/isolation-policies/#file-uploads), [performing keyboard inputs](/cloudflare-one/policies/browser-isolation/isolation-policies/#keyboard), or [printing](/cloudflare-one/policies/browser-isolation/isolation-policies/#printing), within an isolated browser session.
123+
124+
Administrators can configure custom block dialogs to explain the reason for the block, and guide the users on how to resolve their issue using the provided query parameters:
125+
126+
- `action`: copy, paste, download, upload, perform keyboard inputs, and print
127+
- `cf_colo`: for example, `e.g sea01`
128+
- `client_url`: for example, `https://example.com`
129+
- `policy_id`: 32-character id
130+
- `rbi_debug_id`: 32-character id
131+
- `user_id`: 32-character id
132+
133+
Custom block dialogs are still in beta. Contact your account team to start using custom block dialogs.
134+
120135
## Common policies
121136

122137
### Isolate all security threats

0 commit comments

Comments
 (0)