Compare commits
1 Commits
a4d4b7ce76
...
ce2f4f22f3
Author | SHA1 | Date | |
---|---|---|---|
ce2f4f22f3 |
@ -17,11 +17,10 @@ pub const ROUTES_WITHOUT_AUTH: [&str; 5] = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
/// Allowed ISO mimetypes
|
/// Allowed ISO mimetypes
|
||||||
pub const ALLOWED_ISO_MIME_TYPES: [&str; 4] = [
|
pub const ALLOWED_ISO_MIME_TYPES: [&str; 3] = [
|
||||||
"application/x-cd-image",
|
"application/x-cd-image",
|
||||||
"application/x-iso9660-image",
|
"application/x-iso9660-image",
|
||||||
"application/octet-stream",
|
"application/octet-stream",
|
||||||
"application/vnd.efi.iso",
|
|
||||||
];
|
];
|
||||||
|
|
||||||
/// ISO max size
|
/// ISO max size
|
||||||
|
Loading…
x
Reference in New Issue
Block a user