Merge pull request #34988 from openedx/brandonhbodine/devstack-cors-update

chore: update CSRF_TRUSTED_ORIGINS to include MFE
This commit is contained in:
Brandon Bodine
2024-06-13 11:14:33 -06:00
committed by GitHub

View File

@@ -546,6 +546,7 @@ AI_TRANSLATIONS_API_URL = 'http://localhost:18760/api/v1'
# MFEs that will call this service in devstack
CSRF_TRUSTED_ORIGINS = [
'http://localhost:2000', # frontend-app-learning
'http://localhost:2001', # frontend-app-course-authoring
'http://localhost:1997', # frontend-app-account
'http://localhost:1995', # frontend-app-profile
'http://localhost:1992', # frontend-app-ora