forked from indymedia/epicyon
Statuses should be visible without login
parent
28ea6ce342
commit
329e08f8a3
|
@ -439,6 +439,7 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
if 'text/html' in self.headers['Accept'] and self.path!='/login':
|
||||
if '/media/' not in self.path and \
|
||||
'/sharefiles/' not in self.path and \
|
||||
'/statuses/' not in self.path and \
|
||||
'/icons/' not in self.path:
|
||||
divertToLoginScreen=True
|
||||
if self.path.startswith('/users/'):
|
||||
|
|
Loading…
Reference in New Issue