Options
Preventing HTML in comments
Is there a simple means of disallowing HTML in comments, or at least restricting it to a subset of HTML?
0
Comments
To strip the
<b></b> and <strong></strong>
the config will look like this. It should be clear how to ban more elements. I'm thinking my next plugin will be a configuration page in admin to set the forbidden elements.