chore: remove gather from CRSF_TRUSTED_ORIGINS (#5657)
This commit is contained in:
parent
f9322391dd
commit
34d714c4ec
|
@ -315,7 +315,12 @@ UTILS_LOGGER_LEVELS: Dict[str, str] = {
|
|||
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue