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

82 lines
2.4 KiB
JSON

{
"$schema": "https://schema.tauri.app/config/2/capability",
"identifier": "default",
"description": "Default RdClient desktop capabilities",
"windows": ["*"],
"remote": {
"urls": [
"http://*",
"http://*/*",
"http://*:*",
"http://*:*/*",
"https://*",
"https://*/*",
"https://*:*",
"https://*:*/*",
"http://localhost",
"http://localhost/*",
"http://localhost:*",
"http://localhost:*/*",
"https://localhost",
"https://localhost/*",
"https://localhost:*",
"https://localhost:*/*",
"http://127.0.0.1",
"http://127.0.0.1/*",
"http://127.0.0.1:*",
"http://127.0.0.1:*/*"
]
},
"permissions": [
"core:default",
"core:event:allow-listen",
"core:window:allow-create",
"core:window:allow-set-focus",
"core:window:allow-close",
"core:webview:allow-create-webview-window",
"core:webview:allow-clear-all-browsing-data",
"shell:allow-open",
"allow-get-server-url",
"allow-set-server-url",
"allow-probe-server-url",
"allow-discover-servers",
"allow-get-config",
"allow-set-tls-strict",
"allow-set-ui-lang",
"allow-get-system-locale",
"allow-open-settings",
"allow-sign-out",
"allow-reset-client",
"allow-open-session",
"allow-close-current-window",
"allow-get-client-info",
"allow-desktop-pick-files",
"allow-desktop-open-file",
"allow-desktop-read-file-chunk",
"allow-desktop-release-file-handles",
"allow-desktop-pick-folder",
"allow-desktop-list-directory",
"allow-desktop-save-download",
"allow-desktop-download-begin",
"allow-desktop-download-write",
"allow-desktop-download-finish",
"allow-desktop-download-abort",
"allow-desktop-mkdir-p",
"allow-desktop-walk-paths",
"allow-desktop-clipboard-sync",
"allow-desktop-clipboard-format-data",
"allow-desktop-clipboard-file-contents",
"allow-desktop-clipboard-clear",
"allow-desktop-clipboard-format-names",
"allow-desktop-clipboard-sync-paths",
"allow-desktop-clipboard-receive-begin",
"allow-desktop-clipboard-receive-write",
"allow-desktop-clipboard-receive-commit",
"allow-desktop-clipboard-receive-abort",
"allow-desktop-clipboard-lbutton-down",
"allow-desktop-clipboard-prepare-ole-drag",
"allow-desktop-clipboard-start-drag",
"allow-desktop-open-paths"
]
}