fix: add gradebook to devstack csrf trust list (#34451)

This commit is contained in:
Jansen Kantor
2024-03-29 14:20:59 -04:00
committed by GitHub
parent 9f734a7a5e
commit 104969c659

View File

@@ -561,6 +561,7 @@ CSRF_TRUSTED_ORIGINS = [
'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
]