From 3c636406af822e936a51e58afdd745fe9fc7f22c Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Wed, 9 Apr 2025 09:25:28 +0000 Subject: [PATCH] Update virtweb_backend/src/constants.rs --- virtweb_backend/src/constants.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/virtweb_backend/src/constants.rs b/virtweb_backend/src/constants.rs index 381b6e2..56d998f 100644 --- a/virtweb_backend/src/constants.rs +++ b/virtweb_backend/src/constants.rs @@ -17,10 +17,11 @@ pub const ROUTES_WITHOUT_AUTH: [&str; 5] = [ ]; /// 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-iso9660-image", "application/octet-stream", + "application/vnd.efi.iso", ]; /// ISO max size