diff --git a/src/ts/storage/globalApi.ts b/src/ts/storage/globalApi.ts index ebd28a96..b4b48d5c 100644 --- a/src/ts/storage/globalApi.ts +++ b/src/ts/storage/globalApi.ts @@ -624,7 +624,7 @@ export async function globalFetch(url:string, arg:{plainFetchForce?:boolean,body } } else{ - const furl = (((!isNodeServer) && (!isTauri)) ? hubURL : '') + `/proxy?url=${encodeURIComponent(url)}` + const furl = `/proxy?url=${encodeURIComponent(url)}` const da = await fetch(furl, { body: body,