Skip to content

Commit

Permalink
Merge pull request #142 from gsteel/hostname-update
Browse files Browse the repository at this point in the history
Update Hostname tlds to IanaVersion 2022072400
  • Loading branch information
Ocramius committed Jul 25, 2022
2 parents c4969a7 + 827f5aa commit 7baf6c1
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions src/Hostname.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class Hostname extends AbstractValidator

/**
* Array of valid top-level-domains
* IanaVersion 2021061501
* IanaVersion 2022072400
*
* @see ftp://data.iana.org/TLD/tlds-alpha-by-domain.txt List of all TLDs by domain
* @see http://www.iana.org/domains/root/db/ Official list of supported TLDs
Expand Down Expand Up @@ -114,7 +114,6 @@ class Hostname extends AbstractValidator
'aero',
'aetna',
'af',
'afamilycompany',
'afl',
'africa',
'ag',
Expand Down Expand Up @@ -266,7 +265,6 @@ class Hostname extends AbstractValidator
'brussels',
'bs',
'bt',
'budapest',
'bugatti',
'build',
'builders',
Expand Down Expand Up @@ -390,7 +388,6 @@ class Hostname extends AbstractValidator
'crs',
'cruise',
'cruises',
'csc',
'cu',
'cuisinella',
'cv',
Expand Down Expand Up @@ -449,7 +446,6 @@ class Hostname extends AbstractValidator
'drive',
'dtv',
'dubai',
'duck',
'dunlop',
'dupont',
'durban',
Expand Down Expand Up @@ -583,7 +579,6 @@ class Hostname extends AbstractValidator
'gives',
'giving',
'gl',
'glade',
'glass',
'gle',
'global',
Expand Down Expand Up @@ -747,6 +742,7 @@ class Hostname extends AbstractValidator
'kh',
'ki',
'kia',
'kids',
'kim',
'kinder',
'kindle',
Expand Down Expand Up @@ -809,7 +805,6 @@ class Hostname extends AbstractValidator
'lipsy',
'live',
'living',
'lixil',
'lk',
'llc',
'llp',
Expand Down Expand Up @@ -910,6 +905,7 @@ class Hostname extends AbstractValidator
'mtr',
'mu',
'museum',
'music',
'mutual',
'mv',
'mw',
Expand Down Expand Up @@ -966,7 +962,6 @@ class Hostname extends AbstractValidator
'nz',
'obi',
'observer',
'off',
'office',
'okinawa',
'olayan',
Expand Down Expand Up @@ -1065,10 +1060,8 @@ class Hostname extends AbstractValidator
'qpon',
'quebec',
'quest',
'qvc',
'racing',
'radio',
'raid',
're',
'read',
'realestate',
Expand Down Expand Up @@ -1100,7 +1093,6 @@ class Hostname extends AbstractValidator
'ril',
'rio',
'rip',
'rmit',
'ro',
'rocher',
'rocks',
Expand Down Expand Up @@ -1146,7 +1138,6 @@ class Hostname extends AbstractValidator
'schule',
'schwarz',
'science',
'scjohnson',
'scot',
'sd',
'se',
Expand Down Expand Up @@ -1239,7 +1230,6 @@ class Hostname extends AbstractValidator
'suzuki',
'sv',
'swatch',
'swiftcover',
'swiss',
'sx',
'sy',
Expand Down Expand Up @@ -1418,7 +1408,6 @@ class Hostname extends AbstractValidator
'在线',
'한국',
'ଭାରତ',
'大众汽车',
'点看',
'คอม',
'ভাৰত',
Expand Down

0 comments on commit 7baf6c1

Please sign in to comment.