added .md to global
This commit is contained in:
@@ -34,7 +34,7 @@ const CORS_ORIGINS = process.env.CORS_ORIGINS
|
|||||||
// Allowed file extensions for document uploads (documents only, no executables)
|
// Allowed file extensions for document uploads (documents only, no executables)
|
||||||
const ALLOWED_EXTENSIONS = new Set([
|
const ALLOWED_EXTENSIONS = new Set([
|
||||||
'.pdf', '.png', '.jpg', '.jpeg', '.gif', '.bmp', '.tiff', '.tif',
|
'.pdf', '.png', '.jpg', '.jpeg', '.gif', '.bmp', '.tiff', '.tif',
|
||||||
'.txt', '.csv', '.log', '.msg', '.eml',
|
'.txt', '.md', '.csv', '.log', '.msg', '.eml',
|
||||||
'.doc', '.docx', '.xls', '.xlsx', '.ppt', '.pptx',
|
'.doc', '.docx', '.xls', '.xlsx', '.ppt', '.pptx',
|
||||||
'.odt', '.ods', '.odp',
|
'.odt', '.ods', '.odp',
|
||||||
'.rtf', '.html', '.htm', '.xml', '.json', '.yaml', '.yml',
|
'.rtf', '.html', '.htm', '.xml', '.json', '.yaml', '.yml',
|
||||||
|
|||||||
Reference in New Issue
Block a user