mirror of
https://github.com/gchq/CyberChef
synced 2025-12-20 02:03:28 +00:00
File loading progress is now updated
This commit is contained in:
@@ -779,9 +779,9 @@ class Utils {
|
||||
"`": "`"
|
||||
};
|
||||
|
||||
return str.replace(/[&<>"'`]/g, function (match) {
|
||||
return str ? str.replace(/[&<>"'`]/g, function (match) {
|
||||
return HTML_CHARS[match];
|
||||
});
|
||||
}) : str;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user