Comment 3 for bug 1233929

Revision history for this message
Sunnyvale CI Bot (sunnyvale-ci-bot) wrote :

We currently patch the shipped settings file to include this:

+# By default, validation of the HTTP Host header is disabled. Production
+# installations should have this set accordingly. For more information
+# see https://docs.djangoproject.com/en/dev/ref/settings/.
+ALLOWED_HOSTS = '*'

Does this not work as-is, or was it removed post-installation from the default config by some deployment tool?