mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
The Magic operation now only checks the most commonly used Internet languages by default, to lower false positives and improve performance.
This commit is contained in:
parent
2bc563b693
commit
544d78f461
3 changed files with 64 additions and 48 deletions
|
@ -92,6 +92,11 @@ const OperationConfig = {
|
|||
name: "Depth",
|
||||
type: "number",
|
||||
value: 3
|
||||
},
|
||||
{
|
||||
name: "Extensive language support",
|
||||
type: "boolean",
|
||||
value: false
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue