Added source

This commit is contained in:
Alex Holliday
2025-01-06 10:06:26 -08:00
parent e2ce886a16
commit 21a33f8f37

View File

@@ -95,6 +95,7 @@ const monitorValidation = joi.object({
.string()
.trim()
.custom((value, helpers) => {
// Regex from https://gist.github.com/dperini/729294
var urlRegex = new RegExp(
"^" +
// protocol identifier (optional)