ソースを参照

Fix: change dead domain check [skip ci]

SukkaW 11 ヶ月 前
コミット
b89e6a3576
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Build/lib/is-domain-alive.ts

+ 1 - 1
Build/lib/is-domain-alive.ts

@@ -266,7 +266,7 @@ const whoisNotFoundKeywordTest = createKeywordFilter([
   'no object found',
   'nothing found',
   'status: free',
-  'pendingdelete',
+  // 'pendingdelete',
   ' has been blocked by '
 ]);