investigate Unsafe HTML parsing methods
links
- https://bugzilla.mozilla.org/show_bug.cgi?id=1887817
- https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#unsafe-html-parsing-methods
So FF128+ has opened this up, so put on your evil hats, people
// FF52-122: TypeError: Document.parseHTMLUnsafe is not a function
// FF123-27: [Exception... "Unexpected error" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" ...
// 128: 1887817
try {
Document.parseHTMLUnsafe('<p></p>')
} catch(e) {}
for example Document.parseHTMLUnsafe('').lastModified
does not leak timezone