mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Added option to turn off background auto magic
This commit is contained in:
parent
53b92ae8ef
commit
a947e06140
4 changed files with 13 additions and 3 deletions
|
@ -51,7 +51,8 @@ function main() {
|
|||
theme: "classic",
|
||||
useMetaKey: false,
|
||||
ioDisplayThreshold: 512,
|
||||
logLevel: "info"
|
||||
logLevel: "info",
|
||||
autoMagic: true,
|
||||
};
|
||||
|
||||
document.removeEventListener("DOMContentLoaded", main, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue