This commit is contained in:
Yax 2019-08-31 17:16:34 +02:00
parent e992fef16f
commit 37bd3b8143

View file

@ -34,7 +34,7 @@ def new_form_comment():
abort(400)
# honeypot for spammers
captcha = data.get("captcha", "")
captcha = data.get("remarque", "")
if captcha:
logger.warn("discard spam: data %s" % data)
abort(400)