There was an error while loading. Please reload this page.
1 parent a6927d8 commit a57743cCopy full SHA for a57743c
docs/ref/settings.txt
@@ -118,6 +118,11 @@ This validation only applies via :meth:`~django.http.HttpRequest.get_host()`;
118
if your code accesses the ``Host`` header directly from ``request.META`` you
119
are bypassing this security protection.
120
121
+The default value of this setting in Django 1.3.6+ is ``['*']`` (accept any
122
+host) in order to avoid breaking backwards-compatibility in a security update,
123
+but in Django 1.5+ the default is ``[]`` and explicitly configuring this
124
+setting is required.
125
+
126
.. setting:: ALLOWED_INCLUDE_ROOTS
127
128
ALLOWED_INCLUDE_ROOTS
0 commit comments