From d170f6222c592d93c9b629f954a3a06eb380318c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 15 Mar 2023 17:57:28 +0000 Subject: [PATCH] Debug --- daemon.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/daemon.py b/daemon.py index a19a41580..8587b90ec 100644 --- a/daemon.py +++ b/daemon.py @@ -16901,6 +16901,13 @@ class PubServer(BaseHTTPRequestHandler): '_GET', '_security_txt[calling_domain]', self.server.debug) + if self.path.startswith('/users/') and \ + self.path.endswith('/followers_synchronization'): + print('DEBUG: followers synchronization request ' + + self.path + ' ' + calling_domain) + self._404() + return + if self.path == '/logout': if not self.server.news_instance: msg = \