summaryrefslogtreecommitdiff
path: root/lib/file-download.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/file-download.ts')
-rw-r--r--lib/file-download.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/file-download.ts b/lib/file-download.ts
index 5e0350a0..68c4677a 100644
--- a/lib/file-download.ts
+++ b/lib/file-download.ts
@@ -300,6 +300,7 @@ const fetchWithTimeout = async (url: string, options: RequestInit = {}): Promise
try {
const response = await fetch(url, {
...options,
+ credentials: 'include',
signal: controller.signal,
});
clearTimeout(timeoutId);