Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Enable iFrames
Is it possible to enable iFrames in vanilla somehow?
Thanks!
Thanks!
0
Comments
Bad idea (from a security perspective), but if you *really* want to, install and enable the HTML Formatter extension and remove 'iframe' from the Html_DisallowedTags array
$Html_DisallowedTags = array('link', 'iframe', 'frame', 'frameset', 'object', 'param', 'embed', 'style',
so you end up with$Html_DisallowedTags = array('link', 'frame', 'frameset', 'object', 'param', 'embed', 'style',
It would be great to have an add-on that allowed iframes for admins. We're needing to embed CoverItLive iframes.
I'd pay $30 for a plugin that does this.
This is a great idea. Is there the ability to disable HTML purifier for Admins only?
Would love to know if anything ever came of this.
Best,