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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user