diff --git a/controllers/API.php b/controllers/API.php index 3841b30..3a3231b 100644 --- a/controllers/API.php +++ b/controllers/API.php @@ -118,7 +118,7 @@ class API { } } - # Check the blacklist of domains that are known to not accept webmentions + # Check the list of domains that are known to not accept webmentions if($target && !Telegraph\Webmention::isProbablySupported($target)) { return $this->respond($response, 400, [ 'error' => 'not_supported',