Skip to content

Commit

Permalink
Merge pull request #1628 from karlcow/1627/1
Browse files Browse the repository at this point in the history
Fixes #1627 - Adds coco.fr to the abuse list
  • Loading branch information
Mike Taylor authored Jul 11, 2017
2 parents 3e66a28 + 0ef9754 commit 37b4595
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 37b4595

Please sign in to comment.