mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Add image preview to input file overlay.
This can be turned off
This commit is contained in:
parent
d09ab4a153
commit
2049e4e1d5
2 changed files with 13 additions and 2 deletions
|
@ -53,6 +53,7 @@ function main() {
|
|||
ioDisplayThreshold: 512,
|
||||
logLevel: "info",
|
||||
autoMagic: true,
|
||||
imagePreview: true,
|
||||
};
|
||||
|
||||
document.removeEventListener("DOMContentLoaded", main, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue