eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript URL: https://github.com/apache/incubator-pagespeed-mod/issues/1761#issuecomment-385013034 Hello, I have modified /mod_pagespeed_example/proxy_external_resource.html - https://github.com/eldk/mod_pagespeed/commit/b2a5b4df975d1fe12772a1ff1eb71c059c2fde7a As described in my own test : - local picture, added with one inline javascript is optimized through IPRO - see Etag and headers below. - remote picture, from a map_proxy_domain, added with one inline javascript is not Local picture response headers : ``` HTTP/1.1 200 OK Accept-Ranges: bytes Cache-Control: max-age=557 Connection: Keep-Alive Content-Length: 98051 Content-Type: image/jpeg Date: Fri, 27 Apr 2018 16:02:07 GMT Etag: W/"PSA-aj-YsUBdV-i_6" Expires: Fri, 27 Apr 2018 16:11:25 GMT Keep-Alive: timeout=60, max=96 Server: Apache/2.4.26 (Unix) mod_fcgid/2.3.10-dev OpenSSL/1.1.0h X-Content-Type-Options: nosniff X-Extra-Header: 1 X-Original-Content-Length: 241260 ``` The same remote picture is well map_proxyed when inserted in html.
---------------------------------------------------------------- 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
