lightcoresystems opened a new issue #1628: WebP convertion do not work on Firefox 65 URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1628 Hello, I have Nginx v.1.14.2 with installed Pagespeed v.1.13.35.2-stable My nginx config: pagespeed On; pagespeed FileCachePath "/var/cache/ngx_pagespeed/"; pagespeed RewriteLevel PassThrough; pagespeed EnableFilters remove_comments,convert_gif_to_png,convert_png_to_jpeg,convert_jpeg_to_webp,convert_to_webp_animated; Main problem is with images to webP convertion. On Chrome everything is working correctly (img urls are set to /images/xlogo.png.pagespeed.ic.MtZnP7OuFK.webp), but on firefox I have original urls - /images/logo.png). I have FF on version 65.0 (64bit), which supports webP. I can access the image with path /images/xlogo.png.pagespeed.ic.MtZnP7OuFK.webp on Firefox. FF is sending Accept header with image/webp. Why does it work only on Chrome? Regards
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
