Skip to content

Commit

Permalink
Add 2 blacklisted websites
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-daniels committed May 1, 2015
1 parent 609c6d1 commit 7cca967
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion findspam.py
Expand Up @@ -92,7 +92,8 @@ class FindSpam:
"allavsoft", "vpnranks\\.com", "garciniasecretdietabout\\.com",
"musclebuildingproducts\\.info", "magichealthandwellness\\.com",
"vanskeys\\.com", "cheapessaywritingservice", "edbtopsts\\.com",
"texts\\.io", "writage\\.com", "mobitsolutions\\.com"]
"texts\\.io", "writage\\.com", "mobitsolutions\\.com",
"askpcexperts\\.com", "anonymousvpnsoftware\\.com"]
rules = [
{'regex': u"(?i)\\b(%s)\\b|%s" % ("|".join(bad_keywords), "|".join(bad_keywords_nwb)), 'all': True,
'sites': [], 'reason': "Bad keyword in {}", 'title': True, 'body': True, 'username': True, 'stripcodeblocks': False, 'body_summary': True},
Expand Down

0 comments on commit 7cca967

Please sign in to comment.