mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
fix(core): wrong ACL validation on multiwebview contexts (#8995)
This commit is contained in:
parent
5a19147b06
commit
e1d5b79063
5
.changes/fix-acl-webview-check.md
Normal file
5
.changes/fix-acl-webview-check.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri": patch:bug
|
||||
---
|
||||
|
||||
Fixes capability webview label check.
|
@ -1153,8 +1153,8 @@ fn main() {
|
||||
.unwrap()
|
||||
.resolve_access(
|
||||
&request.cmd,
|
||||
message.webview.label(),
|
||||
message.webview.window().label(),
|
||||
message.webview.label(),
|
||||
&acl_origin,
|
||||
)
|
||||
.cloned();
|
||||
|
Loading…
Reference in New Issue
Block a user