Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit f2eef40

Browse files
committed
fix: updates TLD list from IDN.
1 parent 8285a1c commit f2eef40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Hostname.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class Hostname extends AbstractValidator
6969

7070
/**
7171
* Array of valid top-level-domains
72-
* IanaVersion 2018121300
72+
* IanaVersion 2019012900
7373
*
7474
* @see ftp://data.iana.org/TLD/tlds-alpha-by-domain.txt List of all TLDs by domain
7575
* @see http://www.iana.org/domains/root/db/ Official list of supported TLDs
@@ -1228,7 +1228,6 @@ class Hostname extends AbstractValidator
12281228
'sony',
12291229
'soy',
12301230
'space',
1231-
'spiegel',
12321231
'sport',
12331232
'spot',
12341233
'spreadbetting',

0 commit comments

Comments
 (0)