feat(core): block remote URLs from accessing the IPC

This was cherry picked from ee71c31fd0, keeping only the logic to block remote URLs from using the IPC.
PR: #5918
This commit is contained in:
Lucas Nogueira
2023-04-12 11:45:22 -03:00
parent e4159d4a1b
commit 58ea0b4526
12 changed files with 139 additions and 57 deletions

7
.changes/remote-urls.md Normal file
View File

@@ -0,0 +1,7 @@
---
"tauri": patch
"tauri-runtime": patch
"tauri-runtime-wry": patch
---
Block remote URLs from accessing the IPC.