Author: Christoph M. Becker (cmb69) Date: 2022-08-05T18:10:38+02:00 Commit: https://github.com/php/web-master/commit/b693250eb56011456cdfd9ac52ca13546a51ea36 Raw diff: https://github.com/php/web-master/commit/b693250eb56011456cdfd9ac52ca13546a51ea36.diff
Add more spam words for user notes Recently, we get an awful lot of spam; let's constrain it. Changed paths: M include/spam-lib.inc Diff: diff --git a/include/spam-lib.inc b/include/spam-lib.inc index 3085cfa..c6fee11 100644 --- a/include/spam-lib.inc +++ b/include/spam-lib.inc @@ -18,11 +18,13 @@ $words_blacklist = [ 'http://cars-4-you.org', 'http://the-best-cars.org', 'casino', + 'cialis', 'ciprofloxacin', 'clonazepam', 'digoxin', 'earning', 'ephedra', + 'erectile', 'esomeprazole', 'firearms', 'glucophage', @@ -38,6 +40,7 @@ $words_blacklist = [ 'naproxen', 'nexium', 'paroxetine', + 'pharmacy', 'phentermine', 'poker', 'potassium chloride', @@ -46,6 +49,7 @@ $words_blacklist = [ 'tramadol', 'ultram', 'valium', + 'viagra', 'vicodin', 'vicoprofen', 'xanax', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php