mirror of
https://github.com/hoornet/vega.git
synced 2026-04-25 07:10:00 -07:00
Fix image upload: use Tauri HTTP plugin to bypass WebView fetch restrictions
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
"core:default",
|
||||
"opener:default",
|
||||
"updater:default",
|
||||
"process:default"
|
||||
"process:default",
|
||||
{
|
||||
"identifier": "http:default",
|
||||
"allow": [
|
||||
{ "url": "https://nostr.build/**" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user