main
Bob Mottram 2021-12-17 13:11:59 +00:00
parent c5bb57a424
commit 856b8a1516
1 changed files with 1 additions and 1 deletions

View File

@ -13699,7 +13699,7 @@ class PubServer(BaseHTTPRequestHandler):
# cached favicon images # cached favicon images
# Note that this comes before the busy flag to avoid conflicts # Note that this comes before the busy flag to avoid conflicts
if htmlGET and self.path.startswith('/favicons/'): if self.path.startswith('/favicons/'):
if self.server.domainFull in self.path: if self.server.domainFull in self.path:
# favicon for this instance # favicon for this instance
self._getFavicon(callingDomain, self.server.baseDir, self._getFavicon(callingDomain, self.server.baseDir,