Skip to content

Commit

Permalink
fix: add gradebook to devstack csrf trust list (#34451)
Browse files Browse the repository at this point in the history
  • Loading branch information
jansenk authored Mar 29, 2024
1 parent 9f734a7 commit 104969c
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 @@ -561,6 +561,7 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
'http://localhost:1991', # frontend-app-admin-portal
'http://localhost:1999', # frontend-app-authn
'http://localhost:18450', # frontend-app-support-tools
'http://localhost:1994', # frontend-app-gradebook
]


Expand Down

0 comments on commit 104969c

Please sign in to comment.