I use symfony 1.4.8 . Is there a plugin that can filter "bad words"?
Asked
Active
Viewed 1,264 times
0
-
35 seconds of Googling later: http://www.symfony-project.org/plugins/WebPurifyPlugin – Marc B Mar 09 '11 at 17:57
-
Does Symfony complicate using ordinary classes or functions that much? Is it a requirement and too long-winded to turn features into plugins? – mario Mar 09 '11 at 18:04
2 Answers
1
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.

Shoe
- 74,840
- 36
- 166
- 272
-
Thank you. I I knew about http://raw.trac.symfony-project.org/wiki/sfPayloadFilterChain_TextTransformationPlugin , but I could not find WebPurifyPlugin :-[ – denys281 Mar 09 '11 at 21:15