GoFW icon indicating copy to clipboard operation
GoFW copied to clipboard

请求提供若干镜像

Open GalvinGao opened this issue 6 years ago • 1 comments

  1. ajax.googleapis.com: http(s)://ajax.googleapis.com/ajax/libs/* >>> http(s)://cdn.bootcss.com/*:由于bootcdn是和cdnjs进行全量同步的,而ajax.googleapis.comjquery外还提供若干其他库的服务,只重定向jquery可能仍造成极少量网站访问较慢。

  2. Google reCAPTCHA: http(s)://google.com/recaptcha/api.js >>> http(s)://recaptcha.net/recaptcha/api.js:从 cloudflare.com 的登录界面抓过来的。当时还很好奇为啥这个都能加载,一看源码原来有官方的代理。

  3. 第3?没有第三2333

GalvinGao avatar Mar 28 '18 10:03 GalvinGao

  1. Google API 是重定向到 https://ajax.proxy.ustclug.org/ 的,但这个镜像好像现在也挂了。用 cdn.bootcss.com 替换可能不太合适,因为 BootCDN 的 URL 跟 Google API 似乎不一样吧。

  2. 可以的

xmcp avatar Mar 28 '18 14:03 xmcp