diff --git a/oee/__pycache__/settings.cpython-310.pyc b/oee/__pycache__/settings.cpython-310.pyc index e67a38c..d003f87 100644 Binary files a/oee/__pycache__/settings.cpython-310.pyc and b/oee/__pycache__/settings.cpython-310.pyc differ diff --git a/oee/settings.py b/oee/settings.py index 7f28636..d706d24 100644 --- a/oee/settings.py +++ b/oee/settings.py @@ -32,6 +32,8 @@ DEBUG = True ALLOWED_HOSTS = ['dms4mis.iotsignin.com'] +CSRF_TRUSTED_ORIGINS = ['https://dms4mis.iotsignin.com'] + # Application definition