mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-01 12:08:06 +02:00
d198c01486
Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
23 lines
393 B
Markdown
23 lines
393 B
Markdown
# Permissions
|
|
|
|
## allow-connect
|
|
|
|
Enables the connect command without any pre-configured scope.
|
|
|
|
## deny-connect
|
|
|
|
Denies the connect command without any pre-configured scope.
|
|
|
|
## allow-send
|
|
|
|
Enables the send command without any pre-configured scope.
|
|
|
|
## deny-send
|
|
|
|
Denies the send command without any pre-configured scope.
|
|
|
|
## default
|
|
|
|
Allows connecting and sending data to a WebSocket server
|
|
|