Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2016-04-08 03:38:16 +0300
committermattab <matthieu.aubry@gmail.com>2016-04-08 03:38:16 +0300
commit7970c82f530c71a0fb7e2cd96e456404eea8dbaa (patch)
tree9fe44c50970465d0739ad0a02f3505fc1b7e2e29 /libs
parentd11ab63a9e72ed895b856fe4af80e0cfc9b4c00c (diff)
New TLDs, refs https://github.com/piwik/piwik/issues/9977
Diffstat (limited to 'libs')
-rw-r--r--libs/Zend/Validate/Hostname.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/Zend/Validate/Hostname.php b/libs/Zend/Validate/Hostname.php
index 49e72dd1aa..1ca10faea9 100644
--- a/libs/Zend/Validate/Hostname.php
+++ b/libs/Zend/Validate/Hostname.php
@@ -489,6 +489,8 @@ class Zend_Validate_Hostname extends Zend_Validate_Abstract
'فلسطين' => array(1 => self::VALID_UNICODE_DOMAIN),
'政务' => array(1 => self::VALID_UNICODE_DOMAIN),
'家電' => array(1 => self::VALID_UNICODE_DOMAIN),
+ '微博' => array(1 => self::VALID_UNICODE_DOMAIN),
+ 'ابوظبي' => array(1 => self::VALID_UNICODE_DOMAIN),
);