Closed indrasenakatam closed 1 month ago
Our sanitizer doesn't support iframes for dynamically sanitized html, this is unfortunately not configurable.
Note that if your html is not dynamic/user-provided, you should probably use a templating system.
import {sanitizeHtml} from 'safevalues';
before sanitizeHtml
after sanitizeHtml
<div>some text</div>\n<div></div>
could you please suggest if there any way to allow iframe tag after Sanitization.
thank you in advance.