id summary reporter owner description type status component version severity resolution keywords cc stage has_patch needs_docs needs_tests needs_better_patch easy ui_ux 25418 URL Validator to check only hostname part without domain nor tld FoxMaSk nobody "Hi, on the LAN, we don't use full scheme of host + domain + tld, so it could be fine if we could change this {{{ host_re = '(' + hostname_re + domain_re + tld_re + '|localhost)' }}} to {{{ host_re = '(' + hostname_re + domain_re + tld_re + '|' + hostname_re + '|localhost)' }}} regards" New feature new Core (Other) dev Normal Accepted 0 0 0 0 0 0