mirror of https://gitlab.com/bashrc2/epicyon
Redirect to news timeline
parent
2a20ee2cc5
commit
7b7dbaf0b2
|
@ -4548,7 +4548,8 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
return
|
||||
|
||||
if '/users/news/' in path:
|
||||
self._redirect_headers('/', cookie, callingDomain)
|
||||
self._redirect_headers(originPathStr + '/tlnews',
|
||||
cookie, callingDomain)
|
||||
return
|
||||
|
||||
if callingDomain.endswith('.onion') and onionDomain:
|
||||
|
|
Loading…
Reference in New Issue