diff --git a/src/components/DownloadFile/downloader.ts b/src/components/DownloadFile/downloader.ts index 69c7848..dac4f2d 100644 --- a/src/components/DownloadFile/downloader.ts +++ b/src/components/DownloadFile/downloader.ts @@ -390,7 +390,7 @@ export class Downloader { getContentLength(params: any) { return new Promise((resolve, reject) => { const xhr = new XMLHttpRequest(); - xhr.withCredentials = true; + // xhr.withCredentials = true; // const parameters = `url=${encodeURIComponent(params.url)}`;