Skip to content

Commit

Permalink
redundant lti dev settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeseibel committed Dec 5, 2024
1 parent f1c19c4 commit 5821cd8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
'u_acadev_panopto_support'],
}

if 'BLTI_DEV' in os.getenv('AUTH', '').split(' '):
SESSION_COOKIE_SECURE = False
CSRF_COOKIE_SECURE = False
MIDDLEWARE.remove('blti.middleware.SameSiteMiddleware')

INSTALLED_APPS += [
'compressor',
'django.contrib.humanize',
Expand Down

0 comments on commit 5821cd8

Please sign in to comment.