deploy: 9e124e864e4ea4d2ae0b97c6a99cc6d497632569

This commit is contained in:
SukkaBot
2022-10-28 16:37:33 +00:00
parent 9b15d609c0
commit d66b7e4d2c
6 changed files with 17 additions and 4433 deletions

View File

@@ -227,20 +227,11 @@ function canExcludeFromDedupe (domain) {
if (
// starts with a dot
domain.charCodeAt(0) === 46
&& domain.length === 23
&& domain.endsWith('.duckdns.org')
) {
if (
domain.endsWith('.web.app')
|| domain.endsWith('.duckdns.org')
|| domain.endsWith('.firebaseapp.app')
|| domain.endsWith('.workers.dev')
|| domain.endsWith('.weeblysite.com')
|| domain.endsWith('.github.io')
|| domain.endsWith('.repl.co')
) {
return true;
}
return true;
}
return false;
}