mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-29 03:57:12 +02:00
Url parameters for websocket URLs
This commit is contained in:
@@ -7,6 +7,7 @@ Default permissions for the plugin
|
||||
- `allow-delete-connection`
|
||||
- `allow-delete-connections`
|
||||
- `allow-delete-request`
|
||||
- `allow-duplicate-request`
|
||||
- `allow-list-connections`
|
||||
- `allow-list-events`
|
||||
- `allow-list-requests`
|
||||
@@ -181,6 +182,32 @@ Denies the delete_request command without any pre-configured scope.
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`yaak-ws:allow-duplicate-request`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the duplicate_request command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`yaak-ws:deny-duplicate-request`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the duplicate_request command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`yaak-ws:allow-list-connections`
|
||||
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user