diff --git a/daemon.py b/daemon.py index 1d574fc2..01cf419b 100644 --- a/daemon.py +++ b/daemon.py @@ -1068,7 +1068,7 @@ class PubServer(BaseHTTPRequestHandler): if self.path.startswith('/icons/') or \ self.path.startswith('/avatars/') or \ - self.path.startswith('/favicon.ico'): + self.path.startswith('/favicon.ico') or \ self.path.startswith('/newswire.xml'): return False