mirror of https://gitlab.com/bashrc2/epicyon
Allow ontologies
parent
eac1672fee
commit
3220049934
|
@ -10889,6 +10889,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
"""
|
"""
|
||||||
divertToLoginScreen = False
|
divertToLoginScreen = False
|
||||||
if '/media/' not in path and \
|
if '/media/' not in path and \
|
||||||
|
'/ontologies/' not in path and \
|
||||||
'/sharefiles/' not in path and \
|
'/sharefiles/' not in path and \
|
||||||
'/statuses/' not in path and \
|
'/statuses/' not in path and \
|
||||||
'/emoji/' not in path and \
|
'/emoji/' not in path and \
|
||||||
|
|
Loading…
Reference in New Issue