mirror of https://gitlab.com/bashrc2/epicyon
Avoid favicon confusion
parent
06165e76a9
commit
791bbcf423
|
@ -13425,6 +13425,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
|
|
||||||
# default newswire favicon, for links to sites which
|
# default newswire favicon, for links to sites which
|
||||||
# have no favicon
|
# have no favicon
|
||||||
|
if not self.path.startswith('/favicons/'):
|
||||||
if 'newswire_favicon.ico' in self.path:
|
if 'newswire_favicon.ico' in self.path:
|
||||||
self._getFavicon(callingDomain, self.server.baseDir,
|
self._getFavicon(callingDomain, self.server.baseDir,
|
||||||
self.server.debug,
|
self.server.debug,
|
||||||
|
|
Loading…
Reference in New Issue