From 4057d5195cd146d83e004a97e7aec3e3b768ac65 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Thu, 9 Jan 2020 21:21:56 -0600 Subject: [PATCH] remove "blacklist" term --- controllers/API.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',