Fix image upload: use Tauri HTTP plugin to bypass WebView fetch restrictions

This commit is contained in:
Jure
2026-03-13 15:44:44 +01:00
parent 1d4ab27d08
commit 17304a2432
7 changed files with 472 additions and 14 deletions

View File

@@ -7,6 +7,12 @@
"core:default",
"opener:default",
"updater:default",
"process:default"
"process:default",
{
"identifier": "http:default",
"allow": [
{ "url": "https://nostr.build/**" }
]
}
]
}