yireo / Yireo_NextGenImages

44 stars 26 forks source link

bugfix: add missing normalizeUrl to local-file-check #61

Closed rommelfreddy closed 1 year ago

rommelfreddy commented 1 year ago

if the domain is ssl protected, the url-converter will normalize the url to non-ssl-protected. but the compare against the store-url is still ssl-protected.

so we need to normalize the base-urls too.

jissereitsma commented 1 year ago

Thanks for posting this. Indeed I'm noticing the same since the last release. However instead of adding more "normalization" (which was weird in the first place), I've choosen to add less normalization. The entire HTTPS-to-HTTP conversion is gone. A new version 0.3.19 is underway to fix this.

jissereitsma commented 1 year ago

Version 0.4.0 has now been released with a fix on board for this issue.