We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a6eac commit 06c2b6eCopy full SHA for 06c2b6e
1 file changed
src/services/download.ts
@@ -2,7 +2,7 @@ import type { DownloadProgress } from '../types';
2
3
// CORS proxy for GitHub release asset downloads
4
// GitHub assets redirect to S3 which doesn't have CORS headers
5
-const CORS_PROXY = 'https://proxy.corsfix.com/?';
+const CORS_PROXY = 'https://corsproxy.io/?';
6
7
export async function downloadAsset(
8
url: string,
0 commit comments