0

I use symfony 1.4.8 . Is there a plugin that can filter "bad words"?

denys281
  • 2,004
  • 2
  • 19
  • 38
  • 3
    5 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 Answers2

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
0

This is good and easy to use

Symfony2 Bad Words Filter

Azam Alvi
  • 6,918
  • 8
  • 62
  • 89