Skip to content

Commit e969e0e

Browse files
committed
addressing review comments
1 parent 32220e7 commit e969e0e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/Config/Hostnames.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ class Hostnames
3535
'com.bd', 'net.bd', 'org.bd', 'ac.bd', 'gov.bd', 'mil.bd',
3636
'com.ar', 'net.ar', 'org.ar', 'gov.ar', 'edu.ar', 'mil.ar',
3737
'gob.cl', 'com.pl', 'net.pl', 'org.pl', 'gov.pl', 'edu.pl',
38-
'poznan.pl', 'krakow.pl', 'wroclaw.pl', 'gdansk.pl', 'slask.pl', 'warszawa.pl',
3938
'co.ir', 'ac.ir', 'org.ir', 'id.ir', 'gov.ir', 'sch.ir', 'net.ir',
4039
];
4140
}

user_guide_src/source/helpers/url_helper.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,9 @@ The following functions are available:
373373

374374
.. literalinclude:: url_helper/027.php
375375

376+
You can customize the list of known two-part TLDs by adding them to the
377+
``Config\Hostnames::TWO_PART_TLDS`` array.
378+
376379
.. php:function:: prep_url([$str = ''[, $secure = false]])
377380
378381
:param string $str: URL string

0 commit comments

Comments
 (0)