From ed514caed20995814712fd6c9e9c4120b4ac64be Mon Sep 17 00:00:00 2001 From: rroskam Date: Tue, 16 Jun 2015 16:08:03 -0400 Subject: Fixed #24966 -- Added deployment system check for empty ALLOWED_HOSTS. --- docs/ref/checks.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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 ----- -- cgit v1.3