chore: add learner dash MFE to trusted origins in devstack settings (#35129)

This commit is contained in:
Justin Hynes
2024-07-17 12:18:47 -04:00
committed by GitHub
parent c370028bbd
commit 70f43b7682

View File

@@ -555,6 +555,7 @@ CSRF_TRUSTED_ORIGINS = [
'http://localhost:1999', # frontend-app-authn
'http://localhost:18450', # frontend-app-support-tools
'http://localhost:1994', # frontend-app-gradebook
'http://localhost:1996', # frontend-app-learner-dashboard
]