I have a free icon font pack ( https://lineicons.com/ ) and I provide free CDN facility to make easier for our users to get started. As I am serving CDN file publicly, I am little bit concerned about security and cost (getting increased day by day).
As it’s been almost a day with no reply…why are you interested in using Workers to serve a file?
Right now, your domain goes through Cloudflare, but that subdomain comes from AWS S3. If you set that subdomain to , it should cache through Cloudflare and save you some money.
Thanks @sdayman for your reply. I am having the same feeling here, I was serving file by following this way before moving to S3/Cloudfront. I think, its time to back to CF not interested to spend that much $ to maintain a non-profit product
Subresource Integrity (SRI) is to prevent file changes in files. You should secure the origin and all connections in between. Use Full (Strict). I don’t think Workers can be helpful for only this reason, if there is some other task you need to do then Workers can help.