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