8000 Treat x-api-key header as sensitive (#1236) · tinylambda/sentry-python@c33cac9 · GitHub
[go: up one dir, main page]

Skip to content

Commit c33cac9

Browse files
simonschmidtsimonschmidt-infogridantonpirker
authored
Treat x-api-key header as sensitive (getsentry#1236)
Co-authored-by: Simon Schmidt <simon.schmidt@infogrid.io> Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
1 parent d880f47 commit c33cac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry_sdk/integrations/_wsgi_common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"HTTP_SET_COOKIE",
2222
"HTTP_COOKIE",
2323
"HTTP_AUTHORIZATION",
24+
"HTTP_X_API_KEY",
2425
"HTTP_X_FORWARDED_FOR",
2526
"HTTP_X_REAL_IP",
2627
)

0 commit comments

Comments
 (0)
0