so basically, i’m making my own tiny frontend for fun and learning nuxt stuff, and posts are plain html, but the wasteof api makes it xss proof so thats cool :)
<script>alert(1)</script>
(ignore this)
afaik the frontend may just use v-html
since the backend does the purifying afaik