mirror of https://gitlab.com/bashrc2/epicyon
Simplify
parent
523a6bca24
commit
de8ae4f807
|
@ -12440,11 +12440,8 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
|
|
||||||
if '/browserconfig.xml' in self.path:
|
if '/browserconfig.xml' in self.path:
|
||||||
if self._hasAccept(callingDomain):
|
if self._hasAccept(callingDomain):
|
||||||
if not self._requestHTTP():
|
self._browserConfig(callingDomain, GETstartTime)
|
||||||
self._browserConfig(callingDomain, GETstartTime)
|
return
|
||||||
return
|
|
||||||
else:
|
|
||||||
self.path = '/'
|
|
||||||
|
|
||||||
# default newswire favicon, for links to sites which
|
# default newswire favicon, for links to sites which
|
||||||
# have no favicon
|
# have no favicon
|
||||||
|
|
Loading…
Reference in New Issue