mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-18 21:25:55 +00:00
update reserved domains
This commit is contained in:
@@ -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}"`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user