extensionsapp opened a new issue #1567: trim_urls bad work
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1567
 
 
   Hello.
   
   My settings:
   ```
       pagespeed on;
       pagespeed FileCachePath /var/ngx_pagespeed_cache;
       pagespeed EnableFilters collapse_whitespace,remove_comments,trim_urls;
       pagespeed ReportUnloadTime off;
       pagespeed Statistics off;
       pagespeed StatisticsLogging off;
   ```
   
   trim_urls delete `/` on index page `https://hi.com`
   ```
   <a href="hello/world" style="background-image:url(img/1.jpg)">link</a>
   ```
   if I go to the link `https://hi.com/hello/world`, my bg image don`t show on 
this page
   ```
   <a href="hello/world" style="background-image:url(img/1.jpg)">link</a>
   ```
   
   SUCCESS - `https://hi.com/img/1.jpg`
   ERROR - `https://hi.com/hello/img/1.jpg`
   
   How to disable change background images?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to