diff --git a/daemon.py b/daemon.py index 16ec828dd..6c61a1798 100644 --- a/daemon.py +++ b/daemon.py @@ -7980,6 +7980,7 @@ class PubServer(BaseHTTPRequestHandler): if not (self.path.endswith('/outbox') or self.path.endswith('/inbox') or self.path.endswith('/shares') or + self.path.endswith('/unfollowconfirm') or self.path.endswith('/moderationaction') or self.path.endswith('/caps/new') or self.path == '/sharedInbox'):