the 2024 instance massacre (+whitelist minor.cafe)

This commit is contained in:
Kay Faraday 2024-09-29 22:50:13 -07:00
parent 0a6f901efb
commit 3c830d0f88
1 changed files with 1 additions and 6 deletions

View File

@ -176,20 +176,15 @@ app.get("/callback", RateLimiter.HIGH, async (req, res) => {
const whitelistedInstances = [ const whitelistedInstances = [
"akko.faraday.quest", "akko.faraday.quest",
"cannibal.cafe",
"cottoncandy.cafe", "cottoncandy.cafe",
"cub.lol",
"eepy.express", "eepy.express",
"imouto.exposed",
"love.is.notacri.me",
"mapsupport.de", "mapsupport.de",
"minor.cafe",
"my.thoughtcrimes.top", "my.thoughtcrimes.top",
"nnia.cc", "nnia.cc",
"nnia.space", "nnia.space",
"oddballs.online",
"paravielfalt.zone", "paravielfalt.zone",
"rape.pet", "rape.pet",
"tummy.town",
]; ];
if (!whitelistedInstances.includes(hostname)) { if (!whitelistedInstances.includes(hostname)) {