Skip to content

Commit 06c2b6e

Browse files
committed
Test another CORS proxy
Signed-off-by: Denis Efremov <efremov@linux.com>
1 parent 46a6eac commit 06c2b6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/download.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { DownloadProgress } from '../types';
22

33
// CORS proxy for GitHub release asset downloads
44
// GitHub assets redirect to S3 which doesn't have CORS headers
5-
const CORS_PROXY = 'https://proxy.corsfix.com/?';
5+
const CORS_PROXY = 'https://corsproxy.io/?';
66

77
export async function downloadAsset(
88
url: string,

0 commit comments

Comments
 (0)