Skip to content

Commit

Permalink
Treat x-api-key header as sensitive (#1236)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Schmidt <simon.schmidt@infogrid.io>
Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
  • Loading branch information
3 people committed Mar 28, 2022
1 parent d880f47 commit c33cac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sentry_sdk/integrations/_wsgi_common.py
Expand Up @@ -21,6 +21,7 @@
"HTTP_SET_COOKIE",
"HTTP_COOKIE",
"HTTP_AUTHORIZATION",
"HTTP_X_API_KEY",
"HTTP_X_FORWARDED_FOR",
"HTTP_X_REAL_IP",
)
Expand Down

0 comments on commit c33cac9

Please sign in to comment.