Last modified: 2007-09-11 18:13:58 UTC
Currently the SpamBlacklist extension only checks for http:// not for https:// URLs, but someone started spamming their blog through blogger.com's using HTTPS... Should be a one-line fix in SpamBlacklist_body.php:312
Created attachment 4067 [details] Patch to match https as well as http links Simple change, add an 's?' in two regexen. Do we want to expand the spam blacklist to other protocols as well?
Applied in r25792