Aston Vantage GT12 onPaste: function(e) { e.preventDefault(); let text = (e.originalEvent || e).clipboardData.getData('text/html'); if (!text) text = (e.originalEvent || e).clipboardData.getData('text'); // Sanitize let clean = DOMPurify.sanitize(text, { ALLOWED_TAGS: ['b', 'strong', 'i', 'em', 'u', 'p', 'br', 'ul', 'ol', 'li', 'span', 'img'], ALLOWED_ATTR: ['href', 'src', 'alt', 'title',...