mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 00:12:11 +02:00
Forbid domain creation with label blocked by BSA (#2236)
* Forbid domain creation with label blocked by BSA Add a BSA label check in the DomainCreation flow.
This commit is contained in:
parent
9006312253
commit
55d5f8c6f8
10 changed files with 324 additions and 2 deletions
|
@ -384,6 +384,7 @@ An EPP flow that creates a new domain resource.
|
|||
* The requested fees cannot be provided in the requested currency.
|
||||
* Non-IDN domain names cannot contain hyphens in the third or fourth
|
||||
position.
|
||||
* Domain label is blocked by the Brand Safety Alliance.
|
||||
* Domain labels cannot be longer than 63 characters.
|
||||
* More than one contact for a given role is not allowed.
|
||||
* No part of a domain name can be empty.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue