ufgeorge opened a new issue #1702: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1702
I got message from HTML "Cache-control: no-transform, preventing rewriting of https://csstc.cssa.org.tw/Templates/1/assets/images/xclose.png.pagespeed.ic.Sq8THYCWeI.webp" The header shows "cache-control: max-age=31536000,no-transform" The question is This file is created by pagespeed. My nginx already configure ` location ~* \.(jpg|jpeg|png|css|js|ico|webp|svg)$ { expires 365d; add_header Cache-Control "public"; } ` Why it still "Cache-control: no-transform"? How do I prevent it? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org