Skip to content

Commit 613ec7e

Browse files
authored
Merge pull request #15 from hapijs/fix/auto-update-tlds
Update TLDs
2 parents 2aa34c7 + e09fcfc commit 613ec7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tlds.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// https://data.iana.org/TLD/tlds-alpha-by-domain.txt
2-
// # Version 2025051400, Last Updated Wed May 14 07:07:01 2025 UTC
2+
// # Version 2025052000, Last Updated Tue May 20 07:07:01 2025 UTC
33

44
export const TLDS: string[] = [
55
'AAA',
@@ -915,7 +915,6 @@ export const TLDS: string[] = [
915915
'PORN',
916916
'POST',
917917
'PR',
918-
'PRAMERICA',
919918
'PRAXI',
920919
'PRESS',
921920
'PRIME',

0 commit comments

Comments
 (0)