diff --git a/tests/domains.test.js b/tests/domains.test.js index c182a701f..4c4dc25d6 100644 --- a/tests/domains.test.js +++ b/tests/domains.test.js @@ -48,7 +48,7 @@ function expandReservedDomains() { expandedList.splice(expandedList.indexOf(item), 1); } else { - throw new Error(`[reserved-domains.json] Invalid range [${start}-${end}] in "${item}"`); + throw new Error(`[util/reserved-domains.json] Invalid range [${start}-${end}] in "${item}"`); } } } diff --git a/util/reserved-domains.json b/util/reserved-domains.json index 9e0603e07..7e02041fa 100644 --- a/util/reserved-domains.json +++ b/util/reserved-domains.json @@ -1,6 +1,8 @@ [ "api", "dns", + "doc", + "documentation", "email", "example", "m", @@ -16,8 +18,10 @@ "ns[1-9]", "redirect", "registry", + "security", "url", "whois", "www[1-9]", - "wwww" + "wwww", + "your-domain-name" ]