mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Data pasted into the input is treat as a file if it's over the IO threshold
This commit is contained in:
parent
2d9f87abef
commit
4588cd151c
5 changed files with 54 additions and 12 deletions
|
@ -47,7 +47,7 @@ function main() {
|
|||
attemptHighlight: true,
|
||||
theme: "classic",
|
||||
useMetaKey: false,
|
||||
outputFileThreshold: 1024,
|
||||
ioDisplayThreshold: 512,
|
||||
logLevel: "info"
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue