Permitted path

main
Bob Mottram 2020-07-11 15:00:49 +01:00
parent e2b569d202
commit edf36ecd52
1 changed files with 1 additions and 0 deletions

View File

@ -7952,6 +7952,7 @@ class PubServer(BaseHTTPRequestHandler):
if not (self.path.endswith('/outbox') or if not (self.path.endswith('/outbox') or
self.path.endswith('/inbox') or self.path.endswith('/inbox') or
self.path.endswith('/shares') or self.path.endswith('/shares') or
self.path.endswith('/rmpost') or
self.path.endswith('/moderationaction') or self.path.endswith('/moderationaction') or
self.path.endswith('/caps/new') or self.path.endswith('/caps/new') or
self.path == '/sharedInbox'): self.path == '/sharedInbox'):