We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7e2b1 commit 4efbbf7Copy full SHA for 4efbbf7
1 file changed
tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js
@@ -10,8 +10,8 @@ OC.MimeTypeList={
10
aliases: {
11
"application/coreldraw": "image",
12
"application/epub+zip": "text",
13
- "application/font-sfnt": "image",
14
- "application/font-woff": "image",
+ "application/font-sfnt": "font",
+ "application/font-woff": "font",
15
"application/gpx+xml": "location",
16
"application/gzip": "package/x-generic",
17
"application/illustrator": "image",
@@ -79,7 +79,7 @@ OC.MimeTypeList={
79
"application/x-dcraw": "image",
80
"application/x-deb": "package/x-generic",
81
"application/x-fictionbook+xml": "text",
82
- "application/x-font": "image",
+ "application/x-font": "font",
83
"application/x-gimp": "image",
84
"application/x-gzip": "application/gzip",
85
"application/x-iwork-keynote-sffkey": "x-office/presentation",
@@ -129,6 +129,7 @@ OC.MimeTypeList={
129
"folder-public",
130
"folder-shared",
131
"folder-starred",
132
+ "font",
133
"image",
134
"link",
135
"location",
0 commit comments