Otto van der Schaaf
Otto van der Schaaf
Thanks for the report and the minimal repro. defer_javascript is classified as high-risk in the docs, so it is entirely possible that some constructs break when you enable it. I...
It might be an issue -- to resolve, it might be worth taking a look at https://github.com/apache/incubator-pagespeed-mod/blob/b4bf44cc56d8bbf17494c540dfb6ef20dfcf5073/net/instaweb/rewriter/domain_rewrite_filter.cc#L77 and proposing a change.
drive by comment: the freebsd port seems to build against openssl 1.1 these days: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234447 The specific patch by @mmokhi that ended up being used back then might be worth...
Just ran into this.. took a quick look at where the error message originates from. rewrite_context.cc has: ```c++ bool RewriteContext::PrepareFetch( .... if (FindServerContext()->url_namer()->ProxyMode() == UrlNamer::ProxyExtent::kNone && !driver->MatchesBaseUrl(*url)) { // Reject...
(Test 'Issue 609 -- proxying non-.pagespeed content, and caching it locally' flakes, and I suspect we can attribute that to this issue) - edit - correction, I think this is...
Created an experimental branch to try this, the change itself is trivial (but assessing the impact is not): https://github.com/pagespeed/mod_pagespeed/compare/oschaaf-experiment-rejected-abs-url
@morlovich thanks for the extended explanation! Let me think about that for a bit
Cross linking a similar ngx_pagespeed issue with `MapOriginDomain`: https://github.com/pagespeed/ngx_pagespeed/issues/1279
@morlovich what do you think of https://github.com/pagespeed/mod_pagespeed/commit/11e6a6570e33e2bf615e98eddcad87f9d9bf779a ? (may need some more test coverage to prove it, but I think this change makes behaviour of `Disallow` more consistent with the...
Some more context for what happens at modpagespeed.com: 1. Purge by requesting http://www.modpagespeed.com/pagespeed_admin/cache?purge=* 2. Request http://modpagespeed.com/static/x1.gif.pagespeed.ic.zaZh-vXmDi.webp Observe the webp fails to load. 1. Purge by requesting http://www.modpagespeed.com/pagespeed_admin/cache?purge=* 2. Open http://www.modpagespeed.com/proxy_external_resource.html?PageSpeed=on&PageSpeedFilters=+rewrite_images,-inline_images...