diff --git a/daemon.py b/daemon.py index e81b344ea..96637515b 100644 --- a/daemon.py +++ b/daemon.py @@ -10889,6 +10889,7 @@ class PubServer(BaseHTTPRequestHandler): """ divertToLoginScreen = False if '/media/' not in path and \ + '/ontologies/' not in path and \ '/sharefiles/' not in path and \ '/statuses/' not in path and \ '/emoji/' not in path and \