mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 08:46:19 -04:00
Tidied up 'DNS over HTTPS' operation and fixed manualBake flag.
This commit is contained in:
parent
b8ecd83bfd
commit
ab43635583
3 changed files with 63 additions and 42 deletions
|
@ -41,6 +41,7 @@ for (const opObj in Ops) {
|
|||
inputType: op.inputType,
|
||||
outputType: op.presentType,
|
||||
flowControl: op.flowControl,
|
||||
manualBake: op.manualBake,
|
||||
args: op.args
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue