fix: arreglar parseo de internal links

This commit is contained in:
Cat /dev/Nulo 2023-09-05 19:08:38 -03:00
parent 435cccfb1c
commit cd39e1ea52

View file

@ -314,7 +314,7 @@ export const schema = new Schema({
const href = dom.getAttribute("href");
if (
href &&
/[useandom\-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict]{21}/.test(
/^[useandom\-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict]{21}$/.test(
href,
)
) {