Closed coderkatze closed 2 years ago
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.
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.