Skip to content

Commit

Permalink
Issue webcompat#1627 - Adds coco.fr to the abuse list
Browse files Browse the repository at this point in the history
  • Loading branch information
karlcow committed Jun 30, 2017
1 parent 2cb491c commit 0ef9754
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webcompat/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ def create_issue():
abort(400)
# see https://github.com/webcompat/webcompat.com/issues/1141
# see https://github.com/webcompat/webcompat.com/issues/1237
spamlist = ['qiangpiaoruanjian', 'cityweb.de']
# see https://github.com/webcompat/webcompat.com/issues/1627
spamlist = ['qiangpiaoruanjian', 'cityweb.de', 'coco.fr']
for spam in spamlist:
if spam in form.get('url'):
msg = (u'Anonymous reporting for domain {0} '
Expand Down

0 comments on commit 0ef9754

Please sign in to comment.