cure53 / DOMPurify

DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify works with a secure default, but offers a lot of configurability and hooks. Demo:
https://cure53.de/purify
Other
13.61k stars 695 forks source link

fix: revert conditional exports #896

Closed ssi02014 closed 8 months ago

ssi02014 commented 8 months ago

Summary

@cure53 https://github.com/cure53/DOMPurify/issues/895 I reverted conditional exports, which I suspect is the cause of the above issue.

Related Pull Request

https://github.com/cure53/DOMPurify/pull/874/files

cure53 commented 8 months ago

Thanks :smile: Will check an release tomorrow.