2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-06 18:43:23 +00:00

Merge branch 'master' of https://github.com/Mirclus/CyberChef into Mirclus-master

This commit is contained in:
n1474335
2019-11-27 12:46:25 +00:00

View File

@@ -63,9 +63,9 @@ class DNSOverHTTPS extends Operation {
value: false
},
{
name: "Validate DNSSEC",
name: "Disable DNSSEC validation",
type: "boolean",
value: true
value: false
}
];
}