Skip to content

Commit

Permalink
Add .pt to list of TLDs which don't support WHOIS privacy
Browse files Browse the repository at this point in the history
  • Loading branch information
uphlewis committed Apr 7, 2023
1 parent 902ebdc commit 75627d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Helper/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ public static function tldSupportsWhoisPrivacy(string $tld): bool
$unsupported = [
'mx',
'es',
'pt',
];

return !in_array(static::getRootTld($tld), $unsupported);
Expand Down

0 comments on commit 75627d9

Please sign in to comment.