From c5fa34446e709d2ec754288e72618043a589dcab Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Wed, 30 Oct 2024 15:59:45 +0100 Subject: [PATCH] fix zaloha.alkator.cz/admin --- alkator/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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