sveltejs / realworld

SvelteKit implementation of the RealWorld app
https://realworld.svelte.dev
MIT License
2.24k stars 353 forks source link

fix: sanitize markup #176

Closed wackbyte closed 4 months ago

wackbyte commented 4 months ago

Closes #75.

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
realworld ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 8, 2024 11:57pm
wackbyte commented 4 months ago

Hm, not sure why it's failing. But other than that, would a library other than DOMPurify be preferred? (e.g. insane or sanitize-html)

benmccann commented 4 months ago

If we can avoid jsdom that would be nice

wackbyte commented 4 months ago

Changed to use sanitize-html