revert to last good

This commit is contained in:
Kenneth Kehl
2025-02-03 08:55:38 -08:00
parent 53c71213c4
commit d935e4a6f7
2 changed files with 2 additions and 1 deletions

View File

@@ -144,4 +144,4 @@ jobs:
fail_action: true
allow_issue_writing: false
rules_file_name: 'zap.conf'
cmd_options: '-I -d'
cmd_options: '-I'

View File

@@ -76,6 +76,7 @@ class ResponseHeaderMiddleware(object):
if SPAN_ID_HEADER.lower() not in lower_existing_header_names:
headers.append((SPAN_ID_HEADER, str(req.span_id)))
print(headers)
return start_response(status, headers, exc_info)
return self._app(environ, rewrite_response_headers)