diff options
| author | rroskam <rroskam@worthwhile.com> | 2015-06-16 16:08:03 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-15 09:18:58 -0400 |
| commit | ed514caed20995814712fd6c9e9c4120b4ac64be (patch) | |
| tree | 619d887d52cfd72f17e50aeb39c3d0fdd382f514 /docs/ref/checks.txt | |
| parent | c96f11257baf43188ff9daeddab3221992925c85 (diff) | |
Fixed #24966 -- Added deployment system check for empty ALLOWED_HOSTS.
Diffstat (limited to 'docs/ref/checks.txt')
| -rw-r--r-- | docs/ref/checks.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 05a2e6e88f..3f81720c72 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -476,6 +476,7 @@ of the :djadmin:`check` command: ``'DENY'``. The default is ``'SAMEORIGIN'``, but unless there is a good reason for your site to serve other parts of itself in a frame, you should change it to ``'DENY'``. +* **security.W020**: :setting:`ALLOWED_HOSTS` must not be empty in deployment. Sites ----- |
