You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like this PR is the cause, because if I comment out that line ($value = idn_to_ascii...) it works fine. But when I keep it as is, any URL that is over 79 characters doesn't validate. Try with this URL for example (exactly 80 characters):
Hi, thanks for reporting this. I think we would be better off by switching to the url validator provided by Yii as it seems to offer a better functionality.
It looks like this PR is the cause, because if I comment out that line (
$value = idn_to_ascii
...) it works fine. But when I keep it as is, any URL that is over 79 characters doesn't validate. Try with this URL for example (exactly 80 characters):https://example.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
The text was updated successfully, but these errors were encountered: