mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 11:41:56 +00:00
7 lines
207 B
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/**"
|