Skip to content

Commit e74ff5b

Browse files
committed
adding clipboard file formats supported
1 parent 856a52d commit e74ff5b

File tree

1 file changed

+15
-4
lines changed
  • src/content/docs/cloudflare-one/connections/connect-networks/use-cases/rdp

1 file changed

+15
-4
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/use-cases/rdp/rdp-browser.mdx

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,16 @@ Examples:
209209
Cloudflare will not configure any user identifier on the target. Any user identifier used to authenticate must be pre-configured on the server.
210210
:::
211211

212+
### Clipboard file formats
213+
214+
Browser-based RDP supports the following file formats for clipboard copy and paste actions:
215+
- "text/plain"
216+
- "text/html"
217+
- "image/png"
218+
- "HTML Format" (via CF_HTML)
219+
- CF_UNICODETEXT
220+
- CF_DIBV5 (Windows native bitmap formats)
221+
212222
### Cloudflare products
213223

214224
<Render file="access/self-hosted-app/product-compatibility" product="cloudflare-one" />
@@ -218,9 +228,10 @@ Examples:
218228
Browser-based RDP does not currently support:
219229

220230
- TLS certificate verification: Cloudflare uses TLS to connect to the target RDP server but does not verify the origin TLS certificate.
221-
- [WARP authentication](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/#configure-warp-sessions-in-access)
222-
- Audio over RDP
223-
- File transfer
224-
- Clipboard control
231+
- [WARP authentication](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/#configure-warp-sessions-in-access).
232+
- Clipboard copy and paste control: the ability to define if users can copy/paste content from the remote machine to their local machine and vice versa.
233+
- Audio over RDP.
234+
- File transfer.
235+
225236

226237

0 commit comments

Comments
 (0)