Fix: change dead domain check [skip ci]

This commit is contained in:
SukkaW
2025-04-16 16:03:50 +08:00
parent 4816f4f2f3
commit b89e6a3576

View File

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