[desktop] Tauri HTTP interceptor

This commit is contained in:
Alexandr Stelnykovych
2025-04-12 23:34:07 +03:00
parent 592e8faf83
commit 4ef04c72ca
7 changed files with 172 additions and 11 deletions

View File

@@ -33,6 +33,20 @@
"window-state:allow-save-window-state",
"window-state:allow-restore-state",
"clipboard-manager:allow-read-text",
"clipboard-manager:allow-write-text"
"clipboard-manager:allow-write-text",
{
"identifier": "http:default",
"allow": [
{
"url": "http://127.0.0.1:817/**"
},
{
"url": "http://localhost:817/**"
}
]
},
"websocket:default",
"http:default",
"websocket:default"
]
}