Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
how can I enable Iframes in comments?
horia_m
New
I would like to embed things like calendars and other things in comments, using IFRAME. I discovered that there is some html tag filtering system embedded in vanilla, that does not allow this.
Could anybody tell me where is it possible to enable (allow) iframes?
thank you!
Could anybody tell me where is it possible to enable (allow) iframes?
thank you!
Tagged:
0
Best Answer
-
yu_tang Newhttps://github.com/vanillaforums/Garden/blob/master/plugins/HtmLawed/class.htmlawed.plugin.php#L45
Delete '-iframe
' from the line.
But if you do so, I think you will have some security risk and an upgrading difficulty.1
Answers
Delete '
-iframe
' from the line.But if you do so, I think you will have some security risk and an upgrading difficulty.