From dfd6d1f00491c331096ea4db31413018240eef18 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 16 Feb 2026 10:27:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(backend)=20allow=20application/zed?= =?UTF-8?q?=20mimetype?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The extesion .zed is allowed but not the corresponding mimetype application/zed --- src/backend/drive/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/drive/settings.py b/src/backend/drive/settings.py index 27776df0..2384852a 100755 --- a/src/backend/drive/settings.py +++ b/src/backend/drive/settings.py @@ -725,6 +725,7 @@ class Base(Configuration): "application/x-xz", "application/xml", "application/yaml", + "application/zed", "application/zip", "audio/aac", "audio/basic",