Abdellah Abboudi
Results
2
comments of
Abdellah Abboudi
Internationalized domain names (IDNs) may accept extended ASCII characters. Setting `allow_utf8_local_part` to `false` fixes the first issue, causing `aˇ[email protected]` to fail validation as expected. However, `ka25maj@gˇmail.com` would still pass as...
Went ahead and added tests for isEmail and isURL with the new option, allow_idn, set to false.