Skip to content

Commit

Permalink
Merge pull request #313 from edx/revert-312-robrap/DEPR-USE-JWT-COOKIE
Browse files Browse the repository at this point in the history
Revert "feat: DEPR USE-JWT-COOKIE header"
  • Loading branch information
dianakhuang committed Aug 29, 2024
2 parents 077e7fc + 4aeb55b commit e1987fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion edx_exams/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ def root(*path_fragments):

# Enable CORS
CORS_ALLOW_CREDENTIALS = True
CORS_ALLOW_HEADERS = corsheaders_default_headers
CORS_ALLOW_HEADERS = corsheaders_default_headers + (
'use-jwt-cookie',
)
CORS_ORIGIN_WHITELIST = []

ROOT_URLCONF = 'edx_exams.urls'
Expand Down

0 comments on commit e1987fa

Please sign in to comment.