Spaces:
Running
Running
Update src/components/loader/tw-progress-monitor.js
Browse files
src/components/loader/tw-progress-monitor.js
CHANGED
@@ -47,7 +47,7 @@ const fetchWithProgress = url => {
|
|
47 |
setState(1);
|
48 |
|
49 |
// CORSプロキシのURLを設定
|
50 |
-
const proxyUrl = `https://soiz1-cors-proxy.hf.space
|
51 |
//const proxyUrl = `https://cors-anywhere.herokuapp.com/` + encodeURIComponent(url);
|
52 |
// const proxyUrl = `https://cors-proxy.htmldriven.com/?url=` + encodeURIComponent(url); // 別のプロキシURLを使いたい場合はこちらを使用
|
53 |
// const proxyUrl = `https://api.allorigins.win/raw?url=` + encodeURIComponent(url); // 別のプロキシURLを使いたい場合はこちらを使用
|
|
|
47 |
setState(1);
|
48 |
|
49 |
// CORSプロキシのURLを設定
|
50 |
+
const proxyUrl = `https://public-soiz1-cors-proxy.hf.space/?url=` + encodeURIComponent(url); // ここで公開されているプロキシを使用
|
51 |
//const proxyUrl = `https://cors-anywhere.herokuapp.com/` + encodeURIComponent(url);
|
52 |
// const proxyUrl = `https://cors-proxy.htmldriven.com/?url=` + encodeURIComponent(url); // 別のプロキシURLを使いたい場合はこちらを使用
|
53 |
// const proxyUrl = `https://api.allorigins.win/raw?url=` + encodeURIComponent(url); // 別のプロキシURLを使いたい場合はこちらを使用
|