Browse Source

remove "blacklist" term

main
Aaron Parecki 4 years ago
parent
commit
4057d5195c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      controllers/API.php

+ 1
- 1
controllers/API.php View File

@ -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',

Loading…
Cancel
Save