From 73a8774f5a8617b3b91ad8fc6793486e6004c554 Mon Sep 17 00:00:00 2001 From: Mint <> Date: Thu, 9 Feb 2023 11:40:30 +0300 Subject: [PATCH] blacklisting activitypub-proxy instance duplicating entries --- fetch_instances.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fetch_instances.py b/fetch_instances.py index 7d5ab24..02da7dc 100644 --- a/fetch_instances.py +++ b/fetch_instances.py @@ -12,7 +12,8 @@ domain = sys.argv[1] blacklist = [ "activitypub-troll.cf", "gab.best", - "4chan.icu" + "4chan.icu", + "social.shrimpcam.pw" ] headers = { -- 2.39.2