mirror of
https://github.com/suitenumerique/drive.git
synced 2026-08-17 20:15:40 +02:00
🔧(backend) allow text/x-tex mimetype
The text/x-tex mimetype is used by .tex files containing LaTeX document. The application/x-tex is already allowed but we also have to allow this mimetype otherwise some document with the .tex extension can't be uploaded.
This commit is contained in:
@@ -765,6 +765,7 @@ class Base(Configuration):
|
||||
"text/vtt",
|
||||
"text/x-c",
|
||||
"text/x-python",
|
||||
"text/x-tex",
|
||||
"text/x-vcard",
|
||||
"video/3gpp",
|
||||
"video/3gpp2",
|
||||
|
||||
Reference in New Issue
Block a user