Lofesa commented on issue #2078:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/2078#issuecomment-1347993973

   So the issue is pagespeed still rewrite or recompress images?
   I think the rigth way is
   
   pagespeed DisableFilters rewrite_images, recompress_images;
   pagespeed ForbidFilters rewrite_images, recompress_images;
   
   As I understand the 1st statement disable the filters and the 2nd forbid the 
use of these filters in any other way, like url parameters or http headers.
   
   Maybe the docs is a bit confussing in their redaction as far as you can read
   "To turn off specific filters and forbid ...." 
   
   But I can't understand why the problem comes here, with the  RewriteLevel 
PassThrough only filters explicity enabled must work.
   If you have only
   pagespeed RewriteLevel PassThrough;
   and no others directives nothing must happend with the files.
   


-- 
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-unsubscr...@pagespeed.apache.org

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

Reply via email to