X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fhelpers%2FcustomValidators.js;h=b666644c0167c81bc500570b5c746e7fe7197405;hb=a3ee6fa22dee4b68fcde9cd23708b471db446e11;hp=4d6139a3d4d0b3ce98ded0b037d537d25cb51340;hpb=d14b3e37a2c0d647b59259bf2ca059b5817f144c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/helpers/customValidators.js b/server/helpers/customValidators.js index 4d6139a3d..b666644c0 100644 --- a/server/helpers/customValidators.js +++ b/server/helpers/customValidators.js @@ -85,6 +85,7 @@ function isVideoNameValid (value) { } function isVideoPodUrlValid (value) { + // TODO: set options (TLD...) return validator.isURL(value) }