Skip to content

Implement exception filter

Thom Wiggers requested to merge filter_authorization_header into master

/label technical change

Closes #534 (closed)

Short description

Hides sensitive headers from requests.

Validate

  1. Do a request to /crash with DEBUG = False and make sure to also send an Authorization header
  2. See that they don't show up in the generated trace.
Edited by Thom Wiggers

Merge request reports