diff --git a/alkator/settings.py b/alkator/settings.py index 2b95a08..6c43769 100644 --- a/alkator/settings.py +++ b/alkator/settings.py @@ -27,7 +27,7 @@ DEBUG = False ALLOWED_HOSTS = ['0.0.0.0', '127.0.0.1', 'api', 'https://alkator.cz', 'https://beta.alkator.cz', 'localhost'] -CSRF_TRUSTED_ORIGINS = ['https://alkator.cz', 'https://beta.alkator.cz'] +CSRF_TRUSTED_ORIGINS = ['https://alkator.cz', 'https://beta.alkator.cz', 'https://zaloha.alkator.cz'] # Application definition