Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Issue #1627 - Adds coco.fr to the abuse list
  • Loading branch information
karlcow committed Jun 30, 2017
commit 0ef9754ffa97d94afb528a1eea83eab99040ff6f
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