Поправлен баг распознавания html

This commit is contained in:
Book Pauk
2020-05-01 14:32:31 +07:00
parent 1e79a099b8
commit 6c4616892e

View File

@@ -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" }
]
}
]