LRDD blacklisted URL test

This commit is contained in:
Mikael Nordfeldth
2017-04-26 23:21:13 +02:00
parent bb76af4f65
commit ea6d8b8bde
2 changed files with 8 additions and 0 deletions

View File

@@ -32,6 +32,9 @@ abstract class LRDDMethod
protected function fetchUrl($url, $method=HTTPClient::METHOD_GET)
{
// If we have a blacklist enabled, let's check against it
Event::handle('UrlBlacklistTest', array($url));
$client = new HTTPClient();
// GAAHHH, this method sucks! How about we make a better HTTPClient interface?