mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-30 17:48:50 +02:00
* Add default permissions to most plugins. Co-authored-by: chippers <chip@chip.sh> Co-authored-by: fabianlars <fabianlars@fabianlars.de> * updated default description * mobile plugin relevant changes --------- Co-authored-by: chippers <chip@chip.sh> Co-authored-by: fabianlars <fabianlars@fabianlars.de>
21 lines
1.2 KiB
Markdown
21 lines
1.2 KiB
Markdown
| Permission | Description |
|
|
|------|-----|
|
|
|`allow-clear`|Enables the clear command without any pre-configured scope.|
|
|
|`deny-clear`|Denies the clear command without any pre-configured scope.|
|
|
|`allow-read-image`|Enables the read_image command without any pre-configured scope.|
|
|
|`deny-read-image`|Denies the read_image command without any pre-configured scope.|
|
|
|`allow-read-text`|Enables the read_text command without any pre-configured scope.|
|
|
|`deny-read-text`|Denies the read_text command without any pre-configured scope.|
|
|
|`allow-write-html`|Enables the write_html command without any pre-configured scope.|
|
|
|`deny-write-html`|Denies the write_html command without any pre-configured scope.|
|
|
|`allow-write-image`|Enables the write_image command without any pre-configured scope.|
|
|
|`deny-write-image`|Denies the write_image command without any pre-configured scope.|
|
|
|`allow-write-text`|Enables the write_text command without any pre-configured scope.|
|
|
|`deny-write-text`|Denies the write_text command without any pre-configured scope.|
|
|
|`default`|No features are enabled by default, as we believe
|
|
the clipboard can be inherently dangerous and it is
|
|
application specific if read and/or write access is needed.
|
|
|
|
Clipboard interaction needs to be explicitly enabled.
|
|
|
|