How can I use the AttributeRewriter to cache inline css background images using Cloudflare workers?

前端 未结 0 1059
Happy的楠姐
Happy的楠姐 2021-02-12 16:25

I\'m using a worker in Cloudflare to rewrite attributes for caching

const OLD_URL = \'cdn.MYDOMAIN.com\';
const NEW_URL = \'cdn-uk.MYDOMAIN.com\';
class Attribute         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题