bigretromike commented on issue #1755:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1272088924
I comment out every MapRewriteDomain and LoadFromFile.
I disabled:
```
pagespeed EnableFilters rewrite_domains;
pagespeed DomainRewriteHyperlinks on;
pagespeed LoadFromFileCacheTtlMs 3600000; # 1h = 3600 000
pagespeed LoadFromFileRuleMatch disallow .*;
pagespeed LoadFromFileRuleMatch allow \.css$;
pagespeed LoadFromFileRuleMatch allow \.webp$;
pagespeed LoadFromFileRuleMatch allow \.png$;
pagespeed LoadFromFileRuleMatch allow \.jpg$;
pagespeed LoadFromFileRuleMatch allow \.js$;
```
reloaded, yet still pagespeed try to parse http content even when every http
request is redirected to https, I have no idea why.. maybe its bug in printing
log ?
```[http://redacted/produkt/j0inya006m/:103] Unrecognized script:'<script
type="text/template" id="tmpl-variation-template"></script> 103...107'```
when you paste `http://redacted/produkt/j0inya006m/` to browser you get 301
to `https://redacted/produkt/j0inya006m/`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]