mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
'editableOption's are now full width. 'editableOptionShort' type added to replace the old style.
This commit is contained in:
parent
e6932401ad
commit
5acee80463
3 changed files with 32 additions and 2 deletions
|
@ -95,6 +95,7 @@ class Ingredient {
|
|||
case "binaryString":
|
||||
case "binaryShortString":
|
||||
case "editableOption":
|
||||
case "editableOptionShort":
|
||||
return Utils.parseEscapedChars(data);
|
||||
case "byteArray":
|
||||
if (typeof data == "string") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue