* fix(deps): update tauri monorepo * Create tauri-beta-23.md * fix clippy - regen permissions * revert accidental cargo.toml change --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
1.9 KiB
Default Permission
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.
Permission Table
| Identifier | Description |
|---|---|
|
|
Enables the clear command without any pre-configured scope. |
|
|
Denies the clear command without any pre-configured scope. |
|
|
Enables the read_image command without any pre-configured scope. |
|
|
Denies the read_image command without any pre-configured scope. |
|
|
Enables the read_text command without any pre-configured scope. |
|
|
Denies the read_text command without any pre-configured scope. |
|
|
Enables the write_html command without any pre-configured scope. |
|
|
Denies the write_html command without any pre-configured scope. |
|
|
Enables the write_image command without any pre-configured scope. |
|
|
Denies the write_image command without any pre-configured scope. |
|
|
Enables the write_text command without any pre-configured scope. |
|
|
Denies the write_text command without any pre-configured scope. |