diff --git a/DOSPORTAL/settings.py b/DOSPORTAL/settings.py index 94ff701..fcc655f 100644 --- a/DOSPORTAL/settings.py +++ b/DOSPORTAL/settings.py @@ -27,7 +27,7 @@ ALLOWED_HOSTS = ['*','localhost', '127.0.0.1', '0.0.0.0'] -CSRF_TRUSTED_ORIGINS = ['https://portal.dos.ust.cz', 'http://eurados-demo.dos.ust.cz'] +CSRF_TRUSTED_ORIGINS = ['https://portal.dos.ust.cz', 'https://eurados-demo.dos.ust.cz'] # Application definition