I use symfony 1.4.8 . Is there a plugin that can filter "bad words"?
feedback
|
|
There's this one: http://raw.trac.symfony-project.org/wiki/sfPayloadFilterChain_TextTransformationPlugin. But you'll have to define bad words by your own. Also there's this one: http://www.symfony-project.org/plugins/WebPurifyPlugin as provided by a comment. | |||
feedback
|