Files
yii2/framework/validators/UrlValidator.php
SilverFire - Dmitry Naumenko cd0e0e71c1 Fixed idn_to_ascii function call to prevent incorrect translation
Without the `IDNA_NONTRANSITIONAL_TO_ASCII` parameter, domain `faß.de`
gets converted to `fass.de` that is not correct way of making IDN.

Follows http://www.unicode.org/reports/tr46/
2018-07-11 19:53:13 +03:00

5.2 KiB