maskit commented on pull request #7104: URL: https://github.com/apache/trafficserver/pull/7104#issuecomment-672447861
Chrome has `image/avif` and `image/apng` in its accept header. I'm not sure how much popular these formats are, but I guess similar things would happen if they were cached. We might want to handle these in the same way. ``` image/avif,image/webp,image/apng,image/*,*/*;q=0.8 ``` ---------------------------------------------------------------- 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: [email protected]
