Skip to content

Commit

Permalink
chore: remove gather from CRSF_TRUSTED_ORIGINS (#5657)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks authored May 18, 2023
1 parent f932239 commit 34d714c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ietf/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,12 @@ def skip_unreadable_post(record):


X_FRAME_OPTIONS = 'SAMEORIGIN'
CSRF_TRUSTED_ORIGINS = ['ietf.org', '*.ietf.org', 'meetecho.com', '*.meetecho.com', 'gather.town', '*.gather.town', ]
CSRF_TRUSTED_ORIGINS = [
'ietf.org',
'*.ietf.org',
'meetecho.com',
'*.meetecho.com',
]
CSRF_COOKIE_SAMESITE = 'None'
CSRF_COOKIE_SECURE = True

Expand Down

0 comments on commit 34d714c

Please sign in to comment.