Files
UNITRONIX 6274790bba fix(rdclient): recover Cliprdr stack and stop 0KB remote files (Refs #350)
Bring native Cliprdr/desktop file IPC from divergent orphan history onto current
dev, including base64 coerce and FILEGROUPDESCRIPTOR flags matching RustDesk.
2026-08-06 22:05:58 +02:00
..

Vendored crates

wry/

Patched copy of wry used via [patch.crates-io] in src-tauri/Cargo.toml.

Change: src/webkitgtk/web_context.rs sets TLSErrorsPolicy::Ignore on the WebKit WebContext so RdClient can load operator panels over HTTP, self-signed HTTPS, or HTTPS with an incomplete chain (common on LAN installs). Disable with BETTERDESK_TLS_STRICT=1.

Upstream issue context: tauri#7175, tauri#4039.

When upstream wry/Tauri expose a supported API for operator TLS policy, this vendor copy can be removed.