From edf36ecd52a565afa769692fa534757a2ac8681d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 11 Jul 2020 15:00:49 +0100 Subject: [PATCH] Permitted path --- daemon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon.py b/daemon.py index 152285641..c1ea430d6 100644 --- a/daemon.py +++ b/daemon.py @@ -7952,6 +7952,7 @@ class PubServer(BaseHTTPRequestHandler): if not (self.path.endswith('/outbox') or self.path.endswith('/inbox') or self.path.endswith('/shares') or + self.path.endswith('/rmpost') or self.path.endswith('/moderationaction') or self.path.endswith('/caps/new') or self.path == '/sharedInbox'):