Allow ontologies

main
Bob Mottram 2021-09-12 11:52:05 +01:00
parent eac1672fee
commit 3220049934
1 changed files with 1 additions and 0 deletions

View File

@ -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 \