Skip to content

Commit a971983

Browse files
committed
Set file upload permissions to 0644 to avoid problems with photo access.
- Legacy-Id: 15063
1 parent bc18be2 commit a971983

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@
176176

177177
AUTHENTICATION_BACKENDS = ( 'django.contrib.auth.backends.ModelBackend', )
178178

179+
FILE_UPLOAD_PERMISSIONS = 0o644
180+
179181
# ------------------------------------------------------------------------
180182
# Django/Python Logging Framework Modifications
181183

0 commit comments

Comments
 (0)