Compare commits
2 Commits
ce2f4f22f3
...
a4d4b7ce76
Author | SHA1 | Date | |
---|---|---|---|
a4d4b7ce76 | |||
3c636406af |
@ -17,10 +17,11 @@ pub const ROUTES_WITHOUT_AUTH: [&str; 5] = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
/// Allowed ISO mimetypes
|
/// Allowed ISO mimetypes
|
||||||
pub const ALLOWED_ISO_MIME_TYPES: [&str; 3] = [
|
pub const ALLOWED_ISO_MIME_TYPES: [&str; 4] = [
|
||||||
"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
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"@mui/icons-material": "^7.0.0",
|
"@mui/icons-material": "^7.0.0",
|
||||||
"@mui/material": "^7.0.0",
|
"@mui/material": "^7.0.0",
|
||||||
"@mui/x-charts": "^7.28.0",
|
"@mui/x-charts": "^7.28.0",
|
||||||
"@mui/x-data-grid": "^7.28.1",
|
"@mui/x-data-grid": "^7.28.3",
|
||||||
"date-and-time": "^3.6.0",
|
"date-and-time": "^3.6.0",
|
||||||
"filesize": "^10.1.6",
|
"filesize": "^10.1.6",
|
||||||
"humanize-duration": "^3.29.0",
|
"humanize-duration": "^3.29.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user