2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

Xpath accept slightly malformed xml (html)

This commit is contained in:
Alfred Berg
2021-05-13 17:36:50 +02:00
parent a3b873fd96
commit 5001adf221

View File

@@ -52,12 +52,6 @@ class XPathExpression extends Operation {
try {
doc = new xmldom.DOMParser({
errorHandler: {
warning(w) {
throw w;
},
error(e) {
throw e;
},
fatalError(e) {
throw e;
}