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