fix: Fix comp with latest beta (#1018)

* fix: Fix comp with latest beta

* linux
This commit is contained in:
Fabian-Lars
2024-03-04 19:59:24 +02:00
committed by GitHub
parent 9586eabd5a
commit 8a5e05cd83
58 changed files with 2066 additions and 2129 deletions
@@ -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|