WHY: Customer input needs to be sanitized. To prevent people from signing up on domains we don't want them to.
DONE: Input sanitized against pre-existing domains and blacklist (demo, explitive, etc.)
HOW:
- Ruby
- look for blacklist library/wordlist
- It needs to be all lowercase