mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Refs #32956 -- Lowercased "internet" and "email" where appropriate.
This commit is contained in:
parent
c258918a03
commit
acde917456
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
Deployment checklist
|
||||
====================
|
||||
|
||||
The Internet is a hostile environment. Before deploying your Django project,
|
||||
The internet is a hostile environment. Before deploying your Django project,
|
||||
you should take some time to review your settings, with security, performance,
|
||||
and operations in mind.
|
||||
|
||||
|
|
|
@ -123,7 +123,7 @@ Filtering error reports
|
|||
Filtering sensitive data is a hard problem, and it's nearly impossible to
|
||||
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
|
||||
should avoid transmitting error reports unencrypted over the internet
|
||||
(such as through email).
|
||||
|
||||
Filtering sensitive information
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue