@@ -551,18 +551,18 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
551
551
# MFEs that will call this service in devstack
552
552
CSRF_TRUSTED_ORIGINS = [
553
553
'http://localhost:2001' , # frontend-app-course-authoring
554
- 'http://localhost:1997' , # frontend-app-account
555
- 'http://localhost:1995' , # frontend-app-profile
556
- 'http://localhost:1992' , # frontend-app-ora
557
- 'http://localhost:2002' , # frontend-app-discussions
558
- 'http://localhost:1991' , # frontend-app-admin-portal
559
- 'http://localhost:8734' , # frontend-app-learner-portal-enterprise
560
- 'http://localhost:1989' , # frontend-app-enterprise-checkout
561
- 'http://localhost:1999' , # frontend-app-authn
554
+ ACCOUNT_MICROFRONTEND_URL , # frontend-app-account
555
+ PROFILE_MICROFRONTEND_URL , # frontend-app-profile
556
+ ORA_MICROFRONTEND_URL , # frontend-app-ora
557
+ DISCUSSIONS_MICROFRONTEND_URL , # frontend-app-discussions
558
+ ENTERPRISE_ADMIN_PORTAL_BASE_URL , # frontend-app-admin-portal
559
+ ENTERPRISE_LEARNER_PORTAL_BASE_URL , # frontend-app-learner-portal-enterprise
560
+ ENTERPRISE_CHECKOUT_BASE_URL , # frontend-app-enterprise-checkout
561
+ AUTHN_MICROFRONTEND_URL , # frontend-app-authn
562
562
'http://localhost:18450' , # frontend-app-support-tools
563
- 'http://localhost:1994' , # frontend-app-gradebook
564
- 'http://localhost:1996' , # frontend-app-learner-dashboard
565
- LEARNING_MICROFRONTEND_URL # frontend-app-learning
563
+ WRITABLE_GRADEBOOK_URL , # frontend-app-gradebook
564
+ LEARNER_HOME_MICROFRONTEND_URL , # frontend-app-learner-dashboard
565
+ LEARNING_MICROFRONTEND_URL , # frontend-app-learning
566
566
]
567
567
568
568
############################ Codejail ############################
0 commit comments