2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-17 00:33:57 +00:00

Tidied up 'DNS over HTTPS' operation and fixed manualBake flag.

This commit is contained in:
n1474335
2019-02-08 18:02:13 +00:00
parent b8ecd83bfd
commit ab43635583
3 changed files with 63 additions and 42 deletions

View File

@@ -41,6 +41,7 @@ for (const opObj in Ops) {
inputType: op.inputType,
outputType: op.presentType,
flowControl: op.flowControl,
manualBake: op.manualBake,
args: op.args
};