mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Removed ioDisplayThreshold option
This commit is contained in:
parent
cd7156dc55
commit
08b91fd7ff
2 changed files with 0 additions and 6 deletions
|
@ -482,11 +482,6 @@
|
||||||
<input type="number" class="form-control" option="errorTimeout" id="errorTimeout">
|
<input type="number" class="form-control" option="errorTimeout" id="errorTimeout">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group option-item">
|
|
||||||
<label for="ioDisplayThreshold" class="bmd-label-floating">Size threshold for treating the input and output as a file (KiB)</label>
|
|
||||||
<input type="number" class="form-control" option="ioDisplayThreshold" id="ioDisplayThreshold">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="form-group option-item">
|
<div class="form-group option-item">
|
||||||
<label for="logLevel" class="bmd-label-floating">Console logging level</label>
|
<label for="logLevel" class="bmd-label-floating">Console logging level</label>
|
||||||
<select class="form-control" option="logLevel" id="logLevel">
|
<select class="form-control" option="logLevel" id="logLevel">
|
||||||
|
|
|
@ -49,7 +49,6 @@ function main() {
|
||||||
attemptHighlight: true,
|
attemptHighlight: true,
|
||||||
theme: "classic",
|
theme: "classic",
|
||||||
useMetaKey: false,
|
useMetaKey: false,
|
||||||
ioDisplayThreshold: 2048,
|
|
||||||
logLevel: "info",
|
logLevel: "info",
|
||||||
autoMagic: true,
|
autoMagic: true,
|
||||||
imagePreview: true,
|
imagePreview: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue