mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
* fix(acl): scope resolution should be per window * Update core/tauri-utils/src/acl/resolved.rs Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com> * update snapshots * lint --------- Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
19 lines
326 B
JSON
19 lines
326 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "secondary-window",
|
|
"description": "capability for secondary window",
|
|
"windows": [
|
|
"main-*"
|
|
],
|
|
"permissions": [
|
|
{
|
|
"identifier": "sample:allow-ping",
|
|
"deny": [
|
|
{
|
|
"path": "tauri.app"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|