You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2021/10/29 12:50:14 UTC

[GitHub] [incubator-pagespeed-mod] datamints-off edited a comment on issue #2085: Images don't get converted to webp in ajax requests

datamints-off edited a comment on issue #2085:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2085#issuecomment-954717017


   This is the configuration for mod_pagespeed:
   
   <IfModule pagespeed_module>
   	ModPagespeed on
   
   	AddOutputFilterByType MOD_PAGESPEED_OUTPUT_FILTER text/html
   
   	ModPagespeedDomain *.whisky.de
   	ModPagespeedDomain https://*.whisky.de
   
   	ModPagespeedDisallow */typo3/*
   	ModPagespeedDisallow */tiny_fck/*
   	ModPagespeedDisallow */modules/wysiwyg/*
   	ModPagespeedDisallow */ckeditor/*
   
   	ModPagespeedRespectXForwardedProto on
   
   	ModPagespeedUrlValuedAttribute a data-zoom-image image
   	ModPagespeedUrlValuedAttribute a data-image image
   
   	ModPagespeedRewriteLevel PassThrough
   
   	ModPagespeedEnableFilters rewrite_images
   
   	ModPagespeedLazyloadImagesAfterOnload off
   </IfModule>


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org