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 2020/09/04 02:43:57 UTC

[GitHub] [incubator-pagespeed-ngx] ufgeorge opened a new issue #1712: disable image rewrite filter

ufgeorge opened a new issue #1712:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1712


   --
   pagespeed RewriteLevel CoreFilters;
   pagespeed DisableFilters rewrite_images;
   --
   
   I can see image rewrite value down to 0 after switch to disable.
   
   A little issue is Configuration in admin show below filter which are relate to rewrite filter are still on:
   gp	Convert Gif to Png
   jp	Convert Jpeg to Progressive
   jw	Convert Jpeg To Webp
   mc	Convert Meta Tags
   pj	Convert Png to Jpeg
   ws	When converting images to WebP, prefer lossless conversions
   ii	Inline Images
   js	Jpeg Subsampling
   rj	Recompress Jpeg
   rp	Recompress Png
   rw	Recompress Webp
   ri	Resize Images
   cp	Strip Image Color Profiles
   md	Strip Image Meta Data
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1712: disable image rewrite filter

Posted by GitBox <gi...@apache.org>.
Lofesa commented on issue #1712:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1712#issuecomment-687035238


   You have turned out the rewrite_images for normal request, but these filters still can be used by url parameter, for example.
   Try to forbid all uses of these filter:
   `pagespeed ForbidFilters rewrite_images;`
   or maybe you need:
   `pagespeed RewriteLevel PassThrough;`
   and then enable the filters you need.
   


----------------------------------------------------------------
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:
users@infra.apache.org