mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
18 lines
381 B
TOML
18 lines
381 B
TOML
"$schema" = "schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-default-urls"
|
|
description = "This enables opening `mailto:`, `tel:`, `https://` and `http://` urls using their default application."
|
|
|
|
[[permission.scope.allow]]
|
|
url = "mailto:*"
|
|
|
|
[[permission.scope.allow]]
|
|
url = "tel:*"
|
|
|
|
[[permission.scope.allow]]
|
|
url = "http://*"
|
|
|
|
[[permission.scope.allow]]
|
|
url = "https://*"
|