diff --git a/frontend/src/components/ComposeModal.jsx b/frontend/src/components/ComposeModal.jsx index fc8daf19..82f2a2a5 100644 --- a/frontend/src/components/ComposeModal.jsx +++ b/frontend/src/components/ComposeModal.jsx @@ -335,7 +335,9 @@ export default function ComposeModal() { // Initialise quoted HTML contentEditable once on mount (ref-based to avoid React cursor conflicts) useEffect(() => { if (quotedHtmlRef.current && quotedBodyHtml) { - quotedHtmlRef.current.innerHTML = DOMPurify.sanitize(quotedBodyHtml); + // FORBID_TAGS: strip