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 09:28:22 UTC

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

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