mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 01:56:54 -04:00
Linting
This commit is contained in:
parent
a2ce9853b3
commit
0f4d1e70e0
2 changed files with 25 additions and 28 deletions
|
@ -32,14 +32,14 @@ class URLDecode extends Operation {
|
|||
args: [],
|
||||
}
|
||||
],
|
||||
/*[
|
||||
/* [
|
||||
{
|
||||
match: "^(?:(http(s)?|ftp):\\/\\/)?[\\w.-]+(?:\\.[\\w\\.-]+)+[\\w\\-\\._~:/?#[\\]@!\\$&'\\(\\)\\*\\+,;=.]+$",
|
||||
flags: "i",
|
||||
shouldMatch: true,
|
||||
args: []
|
||||
}
|
||||
]*/
|
||||
] */
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue