Skip to content

Commit 4871c9a

Browse files
committed
Added .txt, text/plain, to the permitted types for bluesheet upload. Fixes issue ietf-tools#2437.
- Legacy-Id: 14554
1 parent ffda183 commit 4871c9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ def skip_unreadable_post(record):
739739
MEETING_VALID_SLIDES_EXTENSIONS = ('.doc','.docx','.pdf','.ppt','.pptx','.txt') # Note the removal of .zip
740740
#
741741
MEETING_VALID_BLUESHEET_EXTENSIONS = ['.pdf', '.txt', ]
742-
MEETING_VALID_BLUESHEET_MIME_TYPES = ['application/pdf', ]
742+
MEETING_VALID_BLUESHEET_MIME_TYPES = ['application/pdf', 'text/plain', ]
743743

744744
INTERNET_DRAFT_DAYS_TO_EXPIRE = 185
745745

0 commit comments

Comments
 (0)