Skip to content
Snippets Groups Projects
Verified Commit 1faa8812 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Do not check Host header.

parent 001fb247
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ SECRET_KEY = '0*nfm5dzrtt4@k8!&ihqe9*b5210qx@!x$g&*f&ze9azb_0jb*'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
ALLOWED_HOSTS = ['ticdesk.teckids.org', '127.0.0.1']
ALLOWED_HOSTS = ['*']
# Application definition
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment