Skip to content

Commit

Permalink
Merge pull request #34988 from openedx/brandonhbodine/devstack-cors-u…
Browse files Browse the repository at this point in the history
…pdate

chore: update CSRF_TRUSTED_ORIGINS to include MFE
  • Loading branch information
BrandonHBodine committed Jun 13, 2024
2 parents 0928816 + bafa16e commit cb7fcab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lms/envs/devstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
# 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
Expand Down

0 comments on commit cb7fcab

Please sign in to comment.