mirror of https://gitlab.com/bashrc2/epicyon
Remove authorization for blog post edit
It will be checked latermerge-requests/30/head
parent
33164809bc
commit
e60ad9c733
|
@ -11601,8 +11601,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
print('DEBUG: replydm path ' + self.path)
|
print('DEBUG: replydm path ' + self.path)
|
||||||
|
|
||||||
# Edit a blog post
|
# Edit a blog post
|
||||||
if authorized and \
|
if '/tlblogs' in self.path and \
|
||||||
'/tlblogs' in self.path and \
|
|
||||||
'?editblogpost=' in self.path and \
|
'?editblogpost=' in self.path and \
|
||||||
'?actor=' in self.path:
|
'?actor=' in self.path:
|
||||||
messageId = self.path.split('?editblogpost=')[1]
|
messageId = self.path.split('?editblogpost=')[1]
|
||||||
|
|
Loading…
Reference in New Issue