mirror of https://gitlab.com/bashrc2/epicyon
Permitted path
parent
e2b569d202
commit
edf36ecd52
|
@ -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'):
|
||||||
|
|
Loading…
Reference in New Issue