You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirmed that this browser also does not send accept:image/webp. If, in the future, webp is re-enabled in CriOS, it will likely send accept:image/webp again.
This is a workaround:
SetEnvIf User-Agent CriOS mps_disable_webp
RequestHeader set ModPagespeedFilters -convert_jpeg_to_webp env=mps_disable_webp
The latest Chrome on iOS, based on WKWebView, cannot render webp images, but mod_pagespeed sends them.
See http://blog.chromium.org/2016/01/a-faster-more-stable-chrome-on-ios.html
I confirmed that this browser also does not send accept:image/webp. If, in the future, webp is re-enabled in CriOS, it will likely send accept:image/webp again.
This is a workaround:
SetEnvIf User-Agent CriOS mps_disable_webp
RequestHeader set ModPagespeedFilters -convert_jpeg_to_webp env=mps_disable_webp