Skip to content
Commit 3cb3a9b6 authored by szaimen's avatar szaimen
Browse files

Fix IDN domain name not being allowed

The filter_var function is unfortunately not perfect and doesn't support
domain with unicode as well as url with underscores. Replace usage with
a regex from Symfony validator.

See https://bugs.php.net/search.php?cmd=display&search_for=FILTER_VALIDATE_URL



Closes #27906

Signed-off-by: default avatarCarl Schwan <carl@carlschwan.eu>
parent e96c8592
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment