# HG changeset patch # User Dan # Date 1242431532 14400 # Node ID 79d558a94798390b372de2c059edc59585263f6c # Parent 11960d9b0087241d3b413b48037f9444131054cb Added another word to the CAPTCHA blacklist (thanks Neal). diff -r 11960d9b0087 -r 79d558a94798 plugins/SpecialUserFuncs.php --- a/plugins/SpecialUserFuncs.php Fri May 15 17:24:19 2009 -0400 +++ b/plugins/SpecialUserFuncs.php Fri May 15 19:52:12 2009 -0400 @@ -1368,7 +1368,7 @@ $code = $session->generate_captcha_code(); // Avoid letting our captchas end up on failblog.org // BTW, the last one was a real-life encounter: http://files.ha.xx0r.info/murder.png - foreach ( array('shit', 'cock', 'fuck', 'nazi', 'cunt', 'pussy', 'penis', 'piss', 'tits', 'murder') as $word ) + foreach ( array('shit', 'cock', 'fuck', 'nazi', 'cunt', 'clit', 'pussy', 'penis', 'piss', 'tits', 'murder') as $word ) { if ( stristr($code, $word) ) {