Skip to content

Commit

Permalink
feat: add ORA MFE to devstack CSRF trusted origins (#34197)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsprenkle authored Feb 6, 2024
1 parent 5e732f9 commit d28684d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cms/envs/devstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
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 ########################
Expand Down
1 change: 1 addition & 0 deletions lms/envs/devstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
'http://localhost:2000', # frontend-app-learning
'http://localhost:1997', # frontend-app-account
'http://localhost:1995', # frontend-app-profile
'http://localhost:1992', # frontend-app-ora
]


Expand Down

0 comments on commit d28684d

Please sign in to comment.