function feeds_valid_url($url, $absolute = FALSE) can't validate url when "_" symbol in hostname.
So i update regexp.
| Comment | File | Size | Author |
|---|---|---|---|
| hostname_underscore.patch | 672 bytes | 5n00py |
function feeds_valid_url($url, $absolute = FALSE) can't validate url when "_" symbol in hostname.
So i update regexp.
| Comment | File | Size | Author |
|---|---|---|---|
| hostname_underscore.patch | 672 bytes | 5n00py |
Comments
Comment #1
emackn commentedUnderscores are not allowed in hostnames.
Comment #2
emackn commented