From 6c4616892eb6e161bfc307385c8648dd841053ec Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Fri, 1 May 2020 14:32:31 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B1=D0=B0=D0=B3=20=D1=80=D0=B0=D1=81=D0=BF?= =?UTF-8?q?=D0=BE=D0=B7=D0=BD=D0=B0=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/core/FileDetector/signatures.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/server/core/FileDetector/signatures.json b/server/core/FileDetector/signatures.json index 523b1d74..131b8ffd 100644 --- a/server/core/FileDetector/signatures.json +++ b/server/core/FileDetector/signatures.json @@ -653,15 +653,6 @@ ] }, - { - "type": "svg", - "ext": "svg", - "mime": "image/svg+xml", - "rules": [ - { "type": "contains", "bytes": "3c737667" } - ] - }, - { "type": "docx", "ext": "docx", @@ -725,6 +716,14 @@ ] } ] - } + }, + { + "type": "svg", + "ext": "svg", + "mime": "image/svg+xml", + "rules": [ + { "type": "contains", "bytes": "3c737667" } + ] + } ]