soiz1 commited on
Commit
0427cbe
·
verified ·
1 Parent(s): 0ebf77c

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/` + 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を使いたい場合はこちらを使用
 
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を使いたい場合はこちらを使用