anchorme.js
anchorme.js copied to clipboard
Incorrectly validates "qwantz" as valid URL.
var url = "qwantz";
var result = anchorme.validate.url(url);
console.log(result);
// prints true
Any string gets incorrectly validated as a valid URL. Shouldn't it need to have at least .com (or .biz, etc)?