mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 10:06:58 -04:00
mime-checking added to magic now
This commit is contained in:
parent
0a4fae1576
commit
ee37731858
5 changed files with 37 additions and 3 deletions
|
@ -44,7 +44,12 @@ class RenderImage extends Operation {
|
|||
args: ["Raw"],
|
||||
useful: true
|
||||
}
|
||||
]);
|
||||
],
|
||||
null,
|
||||
{
|
||||
type: "Image",
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue