From 8f50983816e59172f1da7023a0b2ad535938e088 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 21 Nov 2021 20:27:12 +0000 Subject: [PATCH] Access to nodeinfo may be blockable --- daemon.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/daemon.py b/daemon.py index 37302113e..a18c29fb8 100644 --- a/daemon.py +++ b/daemon.py @@ -12939,8 +12939,6 @@ class PubServer(BaseHTTPRequestHandler): this should only allow through basic information, such as nodeinfo """ if path == '/' or path == '/about' or path == '/login' or \ - path.startswith('/api/') or \ - path.startswith('/nodeinfo/') or \ path.startswith('/blog/'): return True return False