Merge branch 'hotfix/3.0.1'

This commit is contained in:
Nathan Chapman 2023-01-22 00:50:36 -07:00
commit 1867a65bfd

View File

@ -174,9 +174,10 @@ SECURE_SSL_REDIRECT = env.bool('SECURE_SSL_REDIRECT', False)
CSRF_COOKIE_SECURE = env.bool('CSRF_COOKIE_SECURE', False)
SECURE_CROSS_ORIGIN_OPENER_POLICY = 'same-origin-allow-popups'
FILE_UPLOAD_MAX_MEMORY_SIZE = 60000000
CSRF_TRUSTED_ORIGINS = [
'https://ptcoffee-dev.windmillapps.org'
]
CSRF_TRUSTED_ORIGINS = env.list(
'CSRF_TRUSTED_ORIGINS',
['https://ptcoffee-dev.windmillapps.org']
)
# Password validation