CORS and CSRF settings do not need to be modified
This commit is contained in:
parent
ac0e87389e
commit
63a77aac38
@ -2,10 +2,6 @@ from ..devstack import *
|
||||
|
||||
{% include "credentials/apps/credentials/settings/partials/common.py" %}
|
||||
|
||||
CORS_ORIGIN_WHITELIST = list(CORS_ORIGIN_WHITELIST) + [
|
||||
"http://{{ MFE_HOST }}:{{ CREDENTIALS_MFE_APP['port'] }}",
|
||||
]
|
||||
CSRF_TRUSTED_ORIGINS = ["{{ MFE_HOST }}:{{ CREDENTIALS_MFE_APP['port'] }}"]
|
||||
|
||||
SOCIAL_AUTH_EDX_OAUTH2_PUBLIC_URL_ROOT = "http://{{ LMS_HOST }}:8000"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user