mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-06-06 20:13:27 +00:00
update invalid domains
This commit is contained in:
+17
-2
@@ -5,7 +5,22 @@ function getFileExtension(filename) {
|
||||
}
|
||||
|
||||
const invalidDomains = [
|
||||
"support"
|
||||
"_acme-challenge",
|
||||
"_github-challenge-is-a-good-dev",
|
||||
"_github-pages-challenge-is-a-good-dev",
|
||||
"help",
|
||||
"no-reply",
|
||||
"noreply",
|
||||
"notification",
|
||||
"notifications",
|
||||
"support",
|
||||
"ww",
|
||||
"ww1",
|
||||
"ww2",
|
||||
"ww3",
|
||||
"ww4",
|
||||
"wwww",
|
||||
"your-domain-name"
|
||||
]
|
||||
|
||||
function getJSON(file, filename) {
|
||||
@@ -35,4 +50,4 @@ function getJSON(file, filename) {
|
||||
return false;
|
||||
}
|
||||
|
||||
module.exports = getJSON;
|
||||
module.exports = getJSON;
|
||||
|
||||
Reference in New Issue
Block a user