浏览代码

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 '
 ]);