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

Commit

Permalink
fix: runs update_hostname_validator to update hostname list
Browse files Browse the repository at this point in the history
And hopefully fix Travis test errors.
  • Loading branch information
weierophinney committed Dec 28, 2019
1 parent 07e51da commit 89a6646
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions src/Hostname.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Hostname extends AbstractValidator

/**
* Array of valid top-level-domains
* IanaVersion 2019081200
* IanaVersion 2019122700
*
* @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 @@ -287,7 +287,6 @@ class Hostname extends AbstractValidator
'career',
'careers',
'cars',
'cartier',
'casa',
'case',
'caseih',
Expand Down Expand Up @@ -320,7 +319,6 @@ class Hostname extends AbstractValidator
'chintai',
'christmas',
'chrome',
'chrysler',
'church',
'ci',
'cipriani',
Expand Down Expand Up @@ -372,6 +370,7 @@ class Hostname extends AbstractValidator
'coupon',
'coupons',
'courses',
'cpa',
'cr',
'credit',
'creditcard',
Expand Down Expand Up @@ -433,7 +432,6 @@ class Hostname extends AbstractValidator
'do',
'docs',
'doctor',
'dodge',
'dog',
'domains',
'dot',
Expand All @@ -443,7 +441,6 @@ class Hostname extends AbstractValidator
'dubai',
'duck',
'dunlop',
'duns',
'dupont',
'durban',
'dvag',
Expand Down Expand Up @@ -479,7 +476,6 @@ class Hostname extends AbstractValidator
'eurovision',
'eus',
'events',
'everbank',
'exchange',
'expert',
'exposed',
Expand Down Expand Up @@ -769,12 +765,10 @@ class Hostname extends AbstractValidator
'kz',
'la',
'lacaixa',
'ladbrokes',
'lamborghini',
'lamer',
'lancaster',
'lancia',
'lancome',
'land',
'landrover',
'lanxess',
Expand Down Expand Up @@ -814,6 +808,7 @@ class Hostname extends AbstractValidator
'lixil',
'lk',
'llc',
'llp',
'loan',
'loans',
'locker',
Expand Down Expand Up @@ -889,23 +884,20 @@ class Hostname extends AbstractValidator
'mo',
'mobi',
'mobile',
'mobily',
'moda',
'moe',
'moi',
'mom',
'monash',
'money',
'monster',
'mopar',
'mormon',
'mortgage',
'moscow',
'moto',
'motorcycles',
'mov',
'movie',
'movistar',
'mp',
'mq',
'mr',
Expand Down Expand Up @@ -1025,7 +1017,6 @@ class Hostname extends AbstractValidator
'photography',
'photos',
'physio',
'piaget',
'pics',
'pictet',
'pictures',
Expand Down Expand Up @@ -1227,7 +1218,6 @@ class Hostname extends AbstractValidator
'spreadbetting',
'sr',
'srl',
'srt',
'ss',
'st',
'stada',
Expand Down Expand Up @@ -1280,7 +1270,6 @@ class Hostname extends AbstractValidator
'tech',
'technology',
'tel',
'telefonica',
'temasek',
'tennis',
'teva',
Expand Down Expand Up @@ -1340,7 +1329,6 @@ class Hostname extends AbstractValidator
'ua',
'ubank',
'ubs',
'uconnect',
'ug',
'uk',
'unicom',
Expand Down Expand Up @@ -1393,7 +1381,6 @@ class Hostname extends AbstractValidator
'walter',
'wang',
'wanggou',
'warman',
'watch',
'watches',
'weather',
Expand Down Expand Up @@ -1524,7 +1511,6 @@ class Hostname extends AbstractValidator
'موريتانيا',
'پاکستان',
'الاردن',
'موبايلي',
'بارت',
'بھارت',
'المغرب',
Expand Down Expand Up @@ -1556,6 +1542,7 @@ class Hostname extends AbstractValidator
'大拿',
'みんな',
'グーグル',
'ευ',
'ελ',
'世界',
'書籍',
Expand Down

0 comments on commit 89a6646

Please sign in to comment.