feat: update cors headers for cross domain request (#33898)
This commit is contained in:
@@ -258,6 +258,8 @@ CORS_ALLOW_CREDENTIALS = True
|
||||
CORS_ORIGIN_ALLOW_ALL = True
|
||||
CORS_ALLOW_HEADERS = corsheaders_default_headers + (
|
||||
'use-jwt-cookie',
|
||||
'content-range',
|
||||
'content-disposition',
|
||||
)
|
||||
|
||||
################### Special Exams (Proctoring) and Prereqs ###################
|
||||
|
||||
Reference in New Issue
Block a user