meltingice / CamanJS

Javascript HTML5 (Ca)nvas (Man)ipulation
http://camanjs.com
BSD 3-Clause "New" or "Revised" License
3.55k stars 404 forks source link

domainRegex not matching all domains #152

Closed coderkatze closed 2 years ago

coderkatze commented 10 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.