the 2024 instance massacre (+whitelist minor.cafe)
This commit is contained in:
parent
0a6f901efb
commit
3c830d0f88
|
@ -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)) {
|
||||||
|
|
Loading…
Reference in New Issue