mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-05 10:13:00 +02:00
* feat(core): shell execute API scope [TRI-002] * fix tests * also check with empty extension * lockfile
574 B
574 B
tauri
| tauri |
|---|
| patch |
Scopes the filesystem APIs from the webview access using tauri.conf.json > tauri > allowlist > fs > scope.
Scopes the asset protocol access using tauri.conf.json > tauri > allowlist > protocol > assetScope.
Scopes the http APIs from the webview access using tauri.conf.json > tauri > allowlist > http > scope.
Scopes the shell execute API from the webview access using tauri.conf.json > tauri > allowlist > shell > scope. Additionally, check the tauri.conf.json > tauri > bundle > externalBin to prevent access to unknown sidecars.