diff --git a/backoffice/app/app.py b/backoffice/app/app.py index b34598f..9da16cd 100644 --- a/backoffice/app/app.py +++ b/backoffice/app/app.py @@ -422,5 +422,4 @@ if __name__ == "__main__": # only thing that can dial us at all is Caddy on the shared `proxy` # Docker network -- trusting "*" here doesn't widen who can reach us. serve(app, host="0.0.0.0", port=8080, trusted_proxy="*", - trusted_proxy_headers={"x-forwarded-for", "x-forwarded-proto", "x-forwarded-host"}, - clear_untrusted=True) + trusted_proxy_headers={"x-forwarded-for", "x-forwarded-proto", "x-forwarded-host"})