diff --git a/frontend/src-tauri/capabilities/default.json b/frontend/src-tauri/capabilities/default.json index b6f98d92e..b992b3221 100644 --- a/frontend/src-tauri/capabilities/default.json +++ b/frontend/src-tauri/capabilities/default.json @@ -11,8 +11,8 @@ { "identifier": "http:allow-fetch", "allow": [ - { "url": "http://localhost:*" }, - { "url": "http://127.0.0.1:*" }, + { "url": "http://*" }, + { "url": "http://*:*" }, { "url": "https://*" } ] },