Not very technical, but… I have to implement a bad words filter in a new site we are developing. So I need a ‘good’ bad words list to feed my db with… any hint / direction? Looking around with google I found this one, and it’s a start, but nothing more.
Yes, I know that this kind of filters are easily escaped… but the client will is the client will !!! 🙂
The site will have to filter out both english and italian words, but for italian I can ask my colleagues to help me with a community-built list of ‘parolacce’ 🙂 – an email will do.
Thanks for any help.
I didn’t see any language specified but you can use this for PHP it will generate a RegEx for each instered work so that even intentional mis-spellings (i.e. @ss, i3itch ) will also be caught.