Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sabozhang/img_proxy
图片代理服务,解决防盗链的图片问题
https://github.com/sabozhang/img_proxy
Last synced: about 1 month ago
JSON representation
图片代理服务,解决防盗链的图片问题
- Host: GitHub
- URL: https://github.com/sabozhang/img_proxy
- Owner: SaboZhang
- License: mit
- Created: 2024-05-14T14:40:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T15:18:09.000Z (9 months ago)
- Last Synced: 2024-05-15T19:17:57.976Z (9 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 图片防盗链最终解决方案
* 可以将有防盗链的图片引用到网页,并成功显示。
* 可以将 http 图片引用到 https 页面而不出现证书问题。
* 可以将 xxx 的图片,成功加载。
* 可以将比较慢的图片资源,加快显示。
目前自用可以,因为只测试了个别网站,后续根据使用情况继续进行完善,目前代码也比较简单