mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[1.10.x] Added missing word in docs/howto/error-reporting.txt.
Backport of dbf79c5acf from master
This commit is contained in:
@@ -125,10 +125,10 @@ Filtering error reports
|
||||
.. warning::
|
||||
|
||||
Filtering sensitive data is a hard problem, and it's nearly impossible to
|
||||
guarantee that sensitive won't leak into an error report. Therefore, error
|
||||
reports should only be available to trusted team members and you should
|
||||
avoid transmitting error reports unencrypted over the Internet (such as
|
||||
through email).
|
||||
guarantee that sensitive data won't leak into an error report. Therefore,
|
||||
error reports should only be available to trusted team members and you
|
||||
should avoid transmitting error reports unencrypted over the Internet
|
||||
(such as through email).
|
||||
|
||||
Filtering sensitive information
|
||||
-------------------------------
|
||||
|
||||
Reference in New Issue
Block a user