tom (available elsewhere)

2.2K Followers
631 Following
64.7K Posts
@Torn ghost of websites past
@raven yeah that's off on my end - I think it's too late for that unfortunately as it already seems to have a list. I'm not really sure what else to do other than waiting and pulling the trigger on those accounts as quickly as possible
@raven i wish lol
@raven update: this is worthless information as we just got some from mastodon instances as well
@noiob @david the fediverse has, to its detriment, always been an Extremely Online community run by Extremely Online people and I don't really see that changing anytime soon tbh
@david oh ty! i'm not really active on here anymore so it's been a while haha
@noiob @david yeah but it has to be an openly supported way of setting it up from the start though. you don't *know* this without having been here for a while and at that point it's too late. if i switched to it now i'd either break a lot of contacts for existing users or i'd have to spend ages trying to curate a list that catches everything + explaining to people why they can't communicate with certain folks anymore lol
@david eugen can go suck my hog
the only real way of preventing shit like this is going whitelist only instead of open federation which should've been the default all along.

@raven also, to post it publicly:

putting this in your nginx config will cause all requests made by user agents containing "misskey" to bounce with a 403

if ($http_user_agent ~* (misskey)) {
return 403;
}