Sfoglia il codice sorgente

Merge branch 'release/0.9.2-2'

Book Pauk 5 anni fa
parent
commit
510553b055
1 ha cambiato i file con 9 aggiunte e 10 eliminazioni
  1. 9 10
      server/core/FileDetector/signatures.json

+ 9 - 10
server/core/FileDetector/signatures.json

@@ -653,15 +653,6 @@
     ]
     ]
   },
   },
 
 
-  {
-    "type": "svg",
-    "ext": "svg",
-    "mime": "image/svg+xml",
-    "rules": [
-      { "type": "contains", "bytes": "3c737667" }
-    ]
-  },
-
   {
   {
     "type": "docx",
     "type": "docx",
     "ext": "docx",
     "ext": "docx",
@@ -725,6 +716,14 @@
       ]
       ]
       }
       }
     ]
     ]
-  }
+  },
 
 
+  {
+    "type": "svg",
+    "ext": "svg",
+    "mime": "image/svg+xml",
+    "rules": [
+      { "type": "contains", "bytes": "3c737667" }
+    ]
+  }
 ]
 ]