diff --git a/credentials/settings/base.py b/credentials/settings/base.py index 3a344d559..6a3a82ead 100644 --- a/credentials/settings/base.py +++ b/credentials/settings/base.py @@ -110,7 +110,7 @@ # Enable CORS CORS_ALLOW_CREDENTIALS = True -CORS_ALLOW_HEADERS = corsheaders_default_headers + ("use-jwt-cookie",) +CORS_ALLOW_HEADERS = corsheaders_default_headers CORS_ORIGIN_WHITELIST = [] ROOT_URLCONF = "credentials.urls"