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