@@ -14,7 +14,6 @@ app = FastAPI()
# Mount static files
app.mount("/static", StaticFiles(directory="static"), name="static")
app.add_middleware( HTTPSRedirectMiddleware )
app.add_middleware(TrustedHostMiddleware, allowed_hosts=["*"])
The note is not visible to the blocked user.