You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should sanitize the RequestPanel stats behind a setting. This would prevent us from storing passwords from monitored /login/ requests and other sensitive data. While this isn't a major concern while the toolbar runs in memory, when we start storing data this becomes a big concern.
We should sanitize the
RequestPanel
stats behind a setting. This would prevent us from storing passwords from monitored/login/
requests and other sensitive data. While this isn't a major concern while the toolbar runs in memory, when we start storing data this becomes a big concern.This is somewhat related to #2048 (comment). See https://github.com/django/django/blob/main/django/views/debug.py#L115-L130 for an example on how to do this.
The text was updated successfully, but these errors were encountered: