@ -49,6 +49,10 @@ Blacklisted routes
def disallow_get():
return util.get_blocked_response()
@app.head("/")
def base_head():
return
@app.get("/{path}")
def disallow_get_any(request: Request, var: Any = None): # pylint: disable=unused-argument
path = request.path_params['path']
The note is not visible to the blocked user.