diff --git a/Reskreen/settings.py b/Reskreen/settings.py index 442f74f..cc62fef 100644 --- a/Reskreen/settings.py +++ b/Reskreen/settings.py @@ -26,6 +26,7 @@ SECRET_KEY = 'django-insecure-j4jd&+4j^t_=@zr(#q@n!8e*58vkql6&_6w-t14ju8pw%ei%^s DEBUG = True ALLOWED_HOSTS = ["192.168.3.125","rh.ambulance-clerc.ch"] +CSRF_TRUSTED_ORIGINS = ['https://rh.ambulance-clerc.ch'] # Application definition