mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 21:53:59 +03:00
d4db95e716
* feat(core): shell execute API scope [TRI-002] * fix tests * also check with empty extension * lockfile
574 B
574 B
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.