- The most common use case for qualified_domain_validator currently is to allow blank ([]) but not allow nil. Modify the qualified_domain_validator to support this use case.
- Validate that the entries contain no unicode, html tags and are not larger than 255 characters.