mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Increased size of rule inp & expanded memory for wasm
This commit is contained in:
@@ -49,6 +49,7 @@ class HTMLIngredient {
|
||||
id="${this.id}"
|
||||
arg-name="${this.name}"
|
||||
value="${this.value}"
|
||||
rows=5
|
||||
${this.disabled ? "disabled" : ""}></textarea>
|
||||
${this.hint ? "<span class='bmd-help'>" + this.hint + "</span>" : ""}`;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user