Bug #922

Issue with cyrillic domains
Start date:
September 02, 2013
Due date:
% Done:
100%
Estimated time:
Description
Before include package our script core compares domains in $iaCore->checkDomain() function. (get_url.php file in package folder)
If we use the cyrillic domain names, like ????.??, that checking will not pass. Because browser see cyrillic domain so:
http://xn--d1acklchcc.xn--p1ai
Maybe we could use punycode converter to check cyrillic domain names:
https://code.google.com/p/punycode-library/source/browse/punycode.php
History
Updated by Vasily Bezruchkin about 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Issues resolved.