mirror of https://gitlab.com/bashrc2/epicyon
Check that manifest is not a http request
parent
ae5bf31db3
commit
345df667c2
|
@ -10130,6 +10130,8 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
|
|
||||||
# manifest for progressive web apps
|
# manifest for progressive web apps
|
||||||
if '/manifest.json' in self.path:
|
if '/manifest.json' in self.path:
|
||||||
|
if self._hasAccept(callingDomain):
|
||||||
|
if not self._requestHTTP():
|
||||||
self._progressiveWebAppManifest(callingDomain,
|
self._progressiveWebAppManifest(callingDomain,
|
||||||
GETstartTime, GETtimings)
|
GETstartTime, GETtimings)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue