MarSeventh / CloudFlare-ImgBed

CloudFlare 图床,基于 CloudFlare Pages 的免费图片托管解决方案,支持 Telegram Bot 和 Cloudflare R2 等多种存储方式!
https://demo-cloudflare-imgbed.pages.dev/
Creative Commons Zero v1.0 Universal
1.09k stars 991 forks source link

希望能支持设置限制上传的文件的格式 #90

Closed molikai-work closed 3 weeks ago

molikai-work commented 1 month ago

就是说可以自己限制在网站上,上传的文件格式,比如仅限制能上传特定格式的媒体图片。

bian2022 commented 3 weeks ago

就是说可以自己限制在网站上,上传的文件格式,比如仅限制能上传特定格式的媒体图片。

你可以在cloudflare里设置,waf拦截或者url跳转都可以实现你的需求 (url跳转你可以设置如果包含什么字符,就跳转到某个网页)

molikai-work commented 3 weeks ago

emm那钻研一下cf的规则去