mirror of
https://github.com/UNITRONIX/BetterDesk.git
synced 2026-09-10 17:45:42 +00:00
1fe504346e
- Added a new Tauri v2 operator shell for RdClient desktop, featuring first-run panel URL setup and session management. - Implemented automatic session detection for Linux and TLS support for both HTTP and HTTPS with various certificate options. - Enhanced remote session opening functionality to utilize the new desktop client when available.
679 B
679 B
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.