forked from indymedia/epicyon
Allow pages
parent
16a414fc53
commit
08314c0f76
|
@ -668,9 +668,12 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
divertToLoginScreen=False
|
||||
else:
|
||||
if self.path.endswith('/following') or \
|
||||
'/following?page=' in self.path or \
|
||||
self.path.endswith('/followers') or \
|
||||
'/followers?page=' in self.path or \
|
||||
self.path.endswith('/skills') or \
|
||||
self.path.endswith('/roles') or \
|
||||
'/shares?page=' in self.path or \
|
||||
self.path.endswith('/shares'):
|
||||
divertToLoginScreen=False
|
||||
if divertToLoginScreen and not authorized:
|
||||
|
|
Loading…
Reference in New Issue