mirror of
https://github.com/gchq/CyberChef
synced 2025-12-20 02:03:28 +00:00
Updated dependencies and fixed some code scanning findings
This commit is contained in:
@@ -827,7 +827,7 @@ class Utils {
|
||||
htmlStr = recursiveRemove(/<script[^>]*>.*?<\/script[^>]*>/gi, htmlStr);
|
||||
htmlStr = recursiveRemove(/<style[^>]*>.*?<\/style[^>]*>/gi, htmlStr);
|
||||
}
|
||||
return htmlStr.replace(/<[^>]+>/g, "");
|
||||
return recursiveRemove(/<[^>]+>/g, htmlStr);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user