diff --git a/sip/settings/production.py b/sip/settings/production.py index aa67cb33b6283b7da621b30d9375a9e5fd707ba0..fbb7e03f9ef27bec2b4b784ef046db103277c4b1 100644 --- a/sip/settings/production.py +++ b/sip/settings/production.py @@ -225,11 +225,7 @@ JWT_AUTH = { SUCCESS_SSO_AUTH_REDIRECT = "http://ppl-berkah.herokuapp.com/" -CORS_ORIGIN_WHITELIST = [ - "http://ppl-berkah.herokuapp.com/", - "http://localhost:8000", - "http://127.0.0.1:8000", -] +CORS_ORIGIN_ALLOW_ALL = True # flake8: noqa