Return 404 for http instance actor

merge-requests/30/head
Bob Mottram 2021-08-31 20:19:50 +01:00
parent 131d8b6625
commit 50f2a16fde
1 changed files with 1 additions and 0 deletions

View File

@ -10271,6 +10271,7 @@ class PubServer(BaseHTTPRequestHandler):
if debug:
print('Instance actor requested by ' + callingDomain)
if self._requestHTTP():
self._404()
return False
actorJson = personLookup(domain, path, baseDir)
if not actorJson: