Skip to content

Commit

Permalink
chore: Remove CSRF_TRUSTED_ORIGINS_WITH_SCHEMES variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarhan943 committed Oct 23, 2024
1 parent 40b06b6 commit 32fd74f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions edx_exams/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,3 @@

# EMAIL CONFIGURATION
EMAIL_BACKEND = 'django_ses.SESBackend'

if django.VERSION[0] >= 4: # for greater than django 3.2 use schemes.
CSRF_TRUSTED_ORIGINS = CSRF_TRUSTED_ORIGINS_WITH_SCHEME

0 comments on commit 32fd74f

Please sign in to comment.