mirror of
https://github.com/UNITRONIX/BetterDesk.git
synced 2026-09-10 01:27:11 +00:00
6274790bba
Bring native Cliprdr/desktop file IPC from divergent orphan history onto current dev, including base64 coerce and FILEGROUPDESCRIPTOR flags matching RustDesk.
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.