diff --git a/modules/desktop/src/libs/v1-client.ts b/modules/desktop/src/libs/v1-client.ts index cf70952..afe7b02 100644 --- a/modules/desktop/src/libs/v1-client.ts +++ b/modules/desktop/src/libs/v1-client.ts @@ -13,6 +13,7 @@ export async function get( console.log(`GET /v1/${urlPath}`); const headers = await getHeaders(`GET/${urlPath}`); + delete headers["User-Agent"]; // this is in the browser, not allowed to modify UserAgent const req = await axios.request({ method: "GET",