Closed m0rdreck closed 9 years ago
See #80 - You need to allow iframes in the html purifier config
eg:
trsteel_ckeditor:
extra_allowed_content: iframe[*]
html_purifier:
config:
HTML.SafeIframe: true
URI.SafeIframeRegexp: '%%^(https?:)?//(www\.youtube(?:-nocookie)?\.com/embed/|player\.vimeo\.com/video/)%%'
Hello,
Wen i add iframe in ckeditor he delete on validation ?
how to allow iframe ?
thank