From 2d907a2fc846f4844d3ac163914e0606799e467f Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Mon, 5 Aug 2019 13:55:12 -0400 Subject: [PATCH] Bug 1571129 - Allow attaching font/* content types --- Bugzilla/Constants.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index a70a46c30..0d16cef2c 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -482,8 +482,8 @@ use constant SAFE_PROTOCOLS => ( # Valid MIME types for attachments. use constant LEGAL_CONTENT_TYPES => ( - 'application', 'audio', 'image', 'message', - 'model', 'multipart', 'text', 'video' + 'application', 'audio', 'font', 'image', 'message', + 'model', 'multipart', 'text', 'video' ); use constant contenttypes => { -- 2.47.3