File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
src/content/docs/cloudflare-one/connections/connect-networks/use-cases/rdp Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff 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:
218228Browser-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
You can’t perform that action at this time.
0 commit comments