Skip to content

Commit

Permalink
Remove false-positive causing indicators for unregistered domains ♻️
Browse files Browse the repository at this point in the history
  • Loading branch information
wotschofsky committed Dec 15, 2024
1 parent ffaac2c commit a8184a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/whois.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ const UNREGISTERED_INDICATORS = [
'not found',
'status: free',
'status: available', // eu
'available', // africa
' available', // it
' unassignable', // postiglione.sa.it
'unassignable', // postiglione.sa.it
];

type WhoisSummary =
Expand Down

0 comments on commit a8184a4

Please sign in to comment.