From 50f2a16fde03f71d5e04901b70412b4fb5f81ed1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 31 Aug 2021 20:19:50 +0100 Subject: [PATCH] Return 404 for http instance actor --- daemon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon.py b/daemon.py index d293a2c8d..d1caf928b 100644 --- a/daemon.py +++ b/daemon.py @@ -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: