Merge tag 'v3.0.1' into develop

3.0.1 v3.0.1
This commit is contained in:
Nathan Chapman 2023-01-22 00:50:36 -07:00
commit ef76f9c693

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