mirror of https://gitlab.com/bashrc2/epicyon
Extra check
parent
d0c1546037
commit
67c6c16ef4
|
@ -1025,6 +1025,8 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
# to be authorized to use an account you don't own
|
||||
if '/' + nickname + '/' in self.path:
|
||||
return True
|
||||
if '/' + nickname + '?' in self.path:
|
||||
return True
|
||||
if self.path.endswith('/'+nickname):
|
||||
return True
|
||||
print('AUTH: nickname ' + nickname +
|
||||
|
|
Loading…
Reference in New Issue