mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 07:43:22 +00:00
Added option to turn off background auto magic
This commit is contained in:
@@ -51,7 +51,8 @@ function main() {
|
||||
theme: "classic",
|
||||
useMetaKey: false,
|
||||
ioDisplayThreshold: 512,
|
||||
logLevel: "info"
|
||||
logLevel: "info",
|
||||
autoMagic: true,
|
||||
};
|
||||
|
||||
document.removeEventListener("DOMContentLoaded", main, false);
|
||||
|
||||
Reference in New Issue
Block a user