mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Commenting
This commit is contained in:
@@ -276,6 +276,8 @@ class Magic {
|
||||
let results = [];
|
||||
|
||||
// Record the properties of the current data
|
||||
// Only if there either wasn't a filter provided,
|
||||
// or the filter matches in the data
|
||||
if (filter == null || new RegExp(filter).test(this.inputStr)){
|
||||
results.push({
|
||||
recipe: recipeConfig,
|
||||
|
||||
Reference in New Issue
Block a user