tauri/crates/tests/acl/fixtures/plugins/os/windows.toml

7 lines
207 B
TOML

[[permission]]
identifier = "deny-webview-folder-windows"
platforms = ["windows"]
description = "Denies access to the webview folder on Windows"
[[permission.scope.deny]]
path = "$APPLOCALDATA/EBWebView/**"