Remove temporary debug-headers route
Test backoffice (smb-crm) / test (push) Successful in 1m34s

Confirmed fixed: /owner/_debug_headers showed scheme=https and all
three X-Forwarded-* headers present after the Waitress trusted_proxy
fix.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-12 00:17:54 +02:00
parent 4eed7fb204
commit 9b2ef47f69
-5
View File
@@ -84,11 +84,6 @@ def rows_json(rows):
return [{k: jsonable(v) for k, v in r.items()} for r in rows]
@app.get("/owner/_debug_headers")
def _debug_headers():
return jsonify({"scheme": request.scheme, "headers": dict(request.headers)})
@app.get("/healthz")
def healthz():
try: