From: Kohei Yoshino Date: Mon, 5 Aug 2019 17:55:12 +0000 (-0400) Subject: Bug 1571129 - Allow attaching font/* content types X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d907a2fc846f4844d3ac163914e0606799e467f;p=thirdparty%2Fbugzilla.git Bug 1571129 - Allow attaching font/* content types --- 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 => {