Hello, the plugin is broken recently, have you got a idea please ?
The tag iframe src= is not broken, is ready .
But the tag label for= is broken ( and i want to use span class * for glyphicon on the forum post but it’s not ready to )
What was working in first version is use of :
helper.whiteList([‘label[for]’]);
helper.whiteList([‘iframe[src]’]);
We added following instruction in order to use glyficons
helper.whiteList([‘span[class]’]);
Adding it has broke iframes whitelisting, but work with glyficons, removing it just make it work again (iframes) I think so there is an incompatibility between span whitelist and iframe execution?
About label whitelist, was working, but not dependent of other tags whitelist, it doesn’t work anymore with last discourse update.
Thank you for you help, we are trying to add some capabilities on forum, and not sure about support on custom enhancements.