Handle internationalized domains #27546
Labels
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
bug
feature: emails
needs info
Noticed while having a look at #27474
We make use of
FILTER_VALIDATE_URL
andFILTER_VALIDATE_EMAIL
but both don't support internationalized domains (IDNs), which need to be converted to punycode before being validated.The function should be available in
OCP
because a few core apps make use of these filters. It should look like the following:The text was updated successfully, but these errors were encountered: