mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 09:38:29 +02:00
Websocket Support (#159)
This commit is contained in:
14
src-tauri/yaak-ws/permissions/default.toml
Normal file
14
src-tauri/yaak-ws/permissions/default.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[default]
|
||||
description = "Default permissions for the plugin"
|
||||
permissions = [
|
||||
"allow-close",
|
||||
"allow-connect",
|
||||
"allow-delete-connection",
|
||||
"allow-delete-connections",
|
||||
"allow-delete-request",
|
||||
"allow-list-connections",
|
||||
"allow-list-events",
|
||||
"allow-list-requests",
|
||||
"allow-send",
|
||||
"allow-upsert-request",
|
||||
]
|
||||
Reference in New Issue
Block a user