Skip to content

Commit 6bf4d97

Browse files
committed
Update tika definitions to latest version
Changed `application/javascript` to `text/javascript` to follow RFC-9239 Added fixes for `image/svg+xml` and `text/html` to prevent regressions
1 parent 170458c commit 6bf4d97

File tree

5 files changed

+1456
-142
lines changed

5 files changed

+1456
-142
lines changed

data/custom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<mime-type type="image/svg+xml">
33
<sub-class-of type="application/xml" />
44

5-
<magic priority="50">
5+
<magic priority="60">
66
<match value="&lt;svg" type="string" offset="0:4096" />
77
</magic>
88
</mime-type>

0 commit comments

Comments
 (0)