From 25abe0fc9abbeaf490c40db4f5a685d7e6c7173d Mon Sep 17 00:00:00 2001 From: Samuel Zielke Date: Sun, 23 Mar 2025 14:08:44 +0100 Subject: [PATCH] Edit for HTTPS Header --- crewpulse/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/crewpulse/settings.py b/crewpulse/settings.py index 7b9fd14..e2424b7 100644 --- a/crewpulse/settings.py +++ b/crewpulse/settings.py @@ -26,6 +26,7 @@ SECRET_KEY = 'django-insecure-0$kqaql9qn*^##h(7l^ic$nf^lyc^#8#hcpk(_3l8h!%r+er3a DEBUG = True ALLOWED_HOSTS = ["10.0.4.181", "cp.samuelzielke.de", "127.0.0.1", "localhost"] +CSRF_TRUSTED_ORIGINS = ["https://cp.samuelzielke.de"] # Application definition