rebuild urls
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
const domainRegex =
|
const domainRegex =
|
||||||
/^(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+[a-z]{2,}$/;
|
/^(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+[a-z]{2,}$/;
|
||||||
if (domainRegex.test(firstPart)) {
|
if (domainRegex.test(firstPart)) {
|
||||||
return firstPart;
|
return firstPart.replace("_", "-");
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
const domainRegex =
|
const domainRegex =
|
||||||
/^(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+[a-z]{2,}$/;
|
/^(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+[a-z]{2,}$/;
|
||||||
if (domainRegex.test(firstPart)) {
|
if (domainRegex.test(firstPart)) {
|
||||||
return firstPart;
|
return firstPart.replace("_", "-");
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user