mirror of https://gitlab.com/bashrc2/epicyon
Allow unauthorized conversation view (under limited conditions)
parent
f076bf3d05
commit
0bcba49d0e
|
@ -12306,8 +12306,6 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
cookie: str) -> bool:
|
cookie: str) -> bool:
|
||||||
"""get conversation thread from the date link on a post
|
"""get conversation thread from the date link on a post
|
||||||
"""
|
"""
|
||||||
if not authorized:
|
|
||||||
return False
|
|
||||||
if not path.startswith('/users/'):
|
if not path.startswith('/users/'):
|
||||||
return False
|
return False
|
||||||
if '?convthread=' not in path:
|
if '?convthread=' not in path:
|
||||||
|
|
Loading…
Reference in New Issue