From de8ae4f8072e1cb4a885ad76863bfd2081db47c0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 8 Nov 2021 10:36:36 +0000 Subject: [PATCH] Simplify --- daemon.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/daemon.py b/daemon.py index 21f8f0142..67901d7a1 100644 --- a/daemon.py +++ b/daemon.py @@ -12440,11 +12440,8 @@ class PubServer(BaseHTTPRequestHandler): if '/browserconfig.xml' in self.path: if self._hasAccept(callingDomain): - if not self._requestHTTP(): - self._browserConfig(callingDomain, GETstartTime) - return - else: - self.path = '/' + self._browserConfig(callingDomain, GETstartTime) + return # default newswire favicon, for links to sites which # have no favicon