Mike Reed
Results
1
comments of
Mike Reed
For `iframe`: tl;dr here's a monkey patch that is mostly working: ```js Trix.config.dompurify.ADD_TAGS = ["iframe"]; Trix.config.dompurify.ADD_ATTR = ['allow', 'allowfullscreen', 'frameborder', 'src', 'width', 'height']; // Monkey patch for configuring HTML sanitization...