mirror of https://gitlab.com/bashrc2/epicyon
Return 404 for http instance actor
parent
131d8b6625
commit
50f2a16fde
|
@ -10271,6 +10271,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
if debug:
|
if debug:
|
||||||
print('Instance actor requested by ' + callingDomain)
|
print('Instance actor requested by ' + callingDomain)
|
||||||
if self._requestHTTP():
|
if self._requestHTTP():
|
||||||
|
self._404()
|
||||||
return False
|
return False
|
||||||
actorJson = personLookup(domain, path, baseDir)
|
actorJson = personLookup(domain, path, baseDir)
|
||||||
if not actorJson:
|
if not actorJson:
|
||||||
|
|
Loading…
Reference in New Issue