From 329e08f8a3f6ee0d915763d60fd45abd0cbd74ae Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 7 Aug 2019 11:25:57 +0100 Subject: [PATCH] Statuses should be visible without login --- daemon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon.py b/daemon.py index 4b3f8ab8e..bafbdf775 100644 --- a/daemon.py +++ b/daemon.py @@ -439,6 +439,7 @@ class PubServer(BaseHTTPRequestHandler): if 'text/html' in self.headers['Accept'] and self.path!='/login': if '/media/' not in self.path and \ '/sharefiles/' not in self.path and \ + '/statuses/' not in self.path and \ '/icons/' not in self.path: divertToLoginScreen=True if self.path.startswith('/users/'):