mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-24 21:40:48 +02:00
fix: Fix comp with latest beta (#1018)
* fix: Fix comp with latest beta * linux
This commit is contained in:
@@ -1,22 +1,7 @@
|
||||
# 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
|
||||
|
||||
| Permission | Description |
|
||||
|------|-----|
|
||||
|`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|
|
||||
|
||||
Reference in New Issue
Block a user