Results 369 comments of Lofesa

@jmarantz Bad news. Setting `if (strings::EndsWIth(url, ".js") || strings::EndsWith(url, ".css")) {` in https://github.com/apache/incubator-pagespeed-mod/blob/b3349ab11b9a6345f589fba244fcfbc11af69a5a/net/instaweb/rewriter/in_place_rewrite_context_test.cc#L367 make some test fail cause the nosniff header is empt. Seems that `FetchAndCheckResponse` is called before call...

@jmarantz In the new file you can see` std::cout

@NileshBhosale1993 Take care about `UrlValuedAttribute source srcset image;`. In picture elements, normally, only have 1 image url in srcset or data-srcset, but it there is more than 1 url image,...

Hi Have you tried `https://mydomain.com/?PageSpeedFilters=+debug ?` this arg add debug messages to the html code. You use the same `RedisDatabaseIndex` in both servers? Use `LoadFromFile` or resources are fechted by...

> > > Hi > Have you tried https://mydomain.com/?PageSpeedFilters=+debug ? **NO** Try it > Use LoadFromFile or resources are fechted by a http request? **We have fetched all resources by...

And these urls are rewrited by pagespeed? Have you the content-security-policy header in place? What error have you in the browser console?

Hi I have found a issue #1794 seems is like yours. These issue have no responses, so I don´t know if the user has solved this but you may ask...

Hi great Luis =;-)) Well... you have a nginx proxy+pagespeed --> apache servers (main+pagespeed, image and assets), rigth? Then Apache(main+pagespeed) get html pages that contains urls from image and assets,...

So you have some like this in your nginx proxy **cache** + pagespeed: ``` server { port 443; name mainproject.domain.com; pagespeed on; (and all pagespeed config needed) all nginx proxy...