mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #35646 -- Extended SafeExceptionReporterFilter.hidden_settings to treat AUTH
as a sensitive match.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
This commit is contained in:
parent
615c80aba6
commit
aa90795050
4 changed files with 11 additions and 4 deletions
|
@ -150,7 +150,8 @@ Email
|
|||
Error Reporting
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
* The attribute :attr:`.SafeExceptionReporterFilter.hidden_settings` now
|
||||
treats values as sensitive if their name includes ``AUTH``.
|
||||
|
||||
File Storage
|
||||
~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue