* chore(deps): update tauri monorepo to v2.4.1 * Update tauri and regenerate command ref and schema --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
1.4 KiB
Default Permission
This permission set allows opening mailto:, tel:, https:// and http:// urls using their default application
as well as reveal file in directories using default file explorer
This default permission set includes the following:
allow-open-urlallow-reveal-item-in-dirallow-default-urls
Permission Table
| Identifier | Description |
|---|---|
|
|
This enables opening |
|
|
Enables the open_path command without any pre-configured scope. |
|
|
Denies the open_path command without any pre-configured scope. |
|
|
Enables the open_url command without any pre-configured scope. |
|
|
Denies the open_url command without any pre-configured scope. |
|
|
Enables the reveal_item_in_dir command without any pre-configured scope. |
|
|
Denies the reveal_item_in_dir command without any pre-configured scope. |