mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
* feat(core): allow defining permissions for the app commands * global scope * command scope * write to disk * lint * fix path * get autogenerated commands from generate_handler macro * revert * remove cli * use const instead of empty str
12 lines
390 B
TOML
12 lines
390 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
[[permission]]
|
|
identifier = "allow-perform-request"
|
|
description = "Enables the perform_request command without any pre-configured scope."
|
|
commands.allow = ["perform_request"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-perform-request"
|
|
description = "Denies the perform_request command without any pre-configured scope."
|
|
commands.deny = ["perform_request"]
|