众所周知的情况Gravatar头像是直接无法访问,但是很多网站使用Gravatar网站的头像图. 下面就分享一下使用Cloudflare Workers 反代自建来解决Gravatar头像镜像. Cloudflare Workers创建,直接看截图操作吧. 然后编辑 自建的反代代码如下: // 替换需要反代的站点 const upstream = 'gravatar.com' // Custom pathname for the upstream website. const upstream_path = '/'…