From 322004993405f681d7f99b3709902683429850b6 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 12 Sep 2021 11:52:05 +0100 Subject: [PATCH] Allow ontologies --- daemon.py | 1 + 1 file changed, 1 insertion(+) 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 \