Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.8.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
haydn9000 committed Nov 15, 2022
2 parents d93248c + ea37852 commit e4f1d4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lti_emailer/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@
# being stored in the cache. The session keys will expire according to the value of
# SESSION_COOKIE_AGE, which defaults to 2 weeks when no value is given.
SESSION_EXPIRE_AT_BROWSER_CLOSE = True
SESSION_COOKIE_SECURE = True
SESSION_COOKIE_SAMESITE = 'None'
CSRF_COOKIE_SECURE = True
CSRF_COOKIE_SAMESITE = 'None'

# Internationalization
# https://docs.djangoproject.com/en/2.2/topics/i18n/
Expand Down

0 comments on commit e4f1d4b

Please sign in to comment.