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.67k stars 698 forks source link

refac(purify): Add utils jsdoc & code consistency tasks #843

Closed ssi02014 closed 1 year ago

ssi02014 commented 1 year ago

Summary

Hello 👋 @cure53 This time I added the jsdoc of the utils functions. I also worked on consistency in the code, similar to before.

Please review this pull request to see if it's appropriate. 🙏

Tasks

cure53 commented 1 year ago

LGTM, thank you!