diff --git a/config/conf/corsheaders.py b/config/conf/corsheaders.py index 9f87ce2..433a257 100644 --- a/config/conf/corsheaders.py +++ b/config/conf/corsheaders.py @@ -5,4 +5,8 @@ CORS_ALLOWED_ORIGINS = [ CORS_ALLOW_ALL_ORIGINS = True -CORS_ALLOW_CREDENTIALS = True \ No newline at end of file +CORS_ALLOW_CREDENTIALS = True + +CSRF_TRUSTED_ORIGINS = [ + 'https://api.meridynpharma.com' +] \ No newline at end of file