diff --git a/common/app/routes/Jobs/components/NewJob.jsx b/common/app/routes/Jobs/components/NewJob.jsx index ecb66f2f71..4f19e170fc 100644 --- a/common/app/routes/Jobs/components/NewJob.jsx +++ b/common/app/routes/Jobs/components/NewJob.jsx @@ -84,7 +84,7 @@ function formatValue(value, validator, type = 'string') { } function isValidURL(data) { - return isURL(data, { 'require_protocol': true }); + return isURL(data, { 'require_protocol': false }); } function makeRequired(validator) {