feat: add ORA MFE to devstack CSRF trusted origins (#34197)

This commit is contained in:
Nathan Sprenkle
2024-02-06 15:30:31 -05:00
committed by GitHub
parent 5e732f9d1e
commit d28684dbda
2 changed files with 2 additions and 0 deletions

View File

@@ -313,6 +313,7 @@ AI_TRANSLATIONS_API_URL = 'http://localhost:18760/api/v1'
CSRF_TRUSTED_ORIGINS = [
'http://localhost:3001', # frontend-app-library-authoring
'http://localhost:2001', # frontend-app-course-authoring
'http://localhost:1992', # frontend-app-ora
]
#################### Event bus backend ########################

View File

@@ -544,6 +544,7 @@ CSRF_TRUSTED_ORIGINS = [
'http://localhost:2000', # frontend-app-learning
'http://localhost:1997', # frontend-app-account
'http://localhost:1995', # frontend-app-profile
'http://localhost:1992', # frontend-app-ora
]