the current Regex does only match parts of domains like "de.staging.my-cool-service.com". ('de.staging.my')
Then the IO.isURLRemote check returns true when it should not. (leading to images being loaded by proxy)
this Regex worked for me. Use a different one if you like, but please make it match all domains, thanks. :-)
the current Regex does only match parts of domains like "de.staging.my-cool-service.com". ('de.staging.my') Then the IO.isURLRemote check returns true when it should not. (leading to images being loaded by proxy) this Regex worked for me. Use a different one if you like, but please make it match all domains, thanks. :-)