diff --git a/backend/secfit/secfit/settings.py b/backend/secfit/secfit/settings.py
index e9e6d12d635c781adbb06e4fd6583844d9c23cd6..f983f12c10d9799424869b7df7dd4d38542c9b50 100644
--- a/backend/secfit/secfit/settings.py
+++ b/backend/secfit/secfit/settings.py
@@ -115,9 +115,10 @@ else:
 
 
 # CORS Policy
-CORS_ORIGIN_ALLOW_ALL = (
-    True
-)
+#CORS_ORIGIN_ALLOW_ALL = (
+#    True
+#)
+CORS_ALLOW_ALL_ORIGINS = True
 
 # Internationalization
 # https://docs.djangoproject.com/en/3.1/topics/i18n/