This commit is contained in:
n1073645 2019-12-03 12:40:12 +00:00
parent a2ce9853b3
commit 0f4d1e70e0
2 changed files with 25 additions and 28 deletions

View file

@ -32,14 +32,14 @@ class URLDecode extends Operation {
args: [],
}
],
/*[
/* [
{
match: "^(?:(http(s)?|ftp):\\/\\/)?[\\w.-]+(?:\\.[\\w\\.-]+)+[\\w\\-\\._~:/?#[\\]@!\\$&'\\(\\)\\*\\+,;=.]+$",
flags: "i",
shouldMatch: true,
args: []
}
]*/
] */
);
}