From 95722d127ea355eafd1d3e8905c46e4d7846bfc5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 25 May 2020 17:18:33 +0100 Subject: [PATCH] Fonts not in path --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index 644bf62e0..3db386cfa 100644 --- a/daemon.py +++ b/daemon.py @@ -917,7 +917,7 @@ class PubServer(BaseHTTPRequestHandler): return False # token based authenticated used by the web interface - if self.headers.get('Cookie'): + if self.headers.get('Cookie') and '/fonts/' not in self.path: if self.headers['Cookie'].startswith('epicyon='): tokenStr = self.headers['Cookie'].split('=', 1)[1].strip() if ';' in tokenStr: