summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorAlexander Yamshanov <Alexander@Yamshanov.ru>2016-07-03 15:13:08 +0600
committerAlexander Yamshanov <Alexander@Yamshanov.ru>2016-07-03 15:13:08 +0600
commitee790ec6acf318d17558d103502c950d4e170149 (patch)
treed0d3d364eb20524e2c84a067b1a34a2aad89fadf /resources
parent5b4cea4b366e9420a70cad4b817c1594da2ad0fe (diff)
downloadnextcloud-server-ee790ec6acf318d17558d103502c950d4e170149.tar.gz
nextcloud-server-ee790ec6acf318d17558d103502c950d4e170149.zip
Add mimetype for fb2-extension
Diffstat (limited to 'resources')
-rw-r--r--resources/config/mimetypealiases.dist.json1
-rw-r--r--resources/config/mimetypemapping.dist.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/config/mimetypealiases.dist.json b/resources/config/mimetypealiases.dist.json
index 2a1e8485780..8445198e32c 100644
--- a/resources/config/mimetypealiases.dist.json
+++ b/resources/config/mimetypealiases.dist.json
@@ -61,6 +61,7 @@
"application/x-compressed": "package/x-generic",
"application/x-dcraw": "image",
"application/x-deb": "package/x-generic",
+ "application/x-fictionbook+xml": "text",
"application/x-font": "image",
"application/x-gimp": "image",
"application/x-gzip": "package/x-generic",
diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json
index 16f5027d626..00c4e8bf12f 100644
--- a/resources/config/mimetypemapping.dist.json
+++ b/resources/config/mimetypemapping.dist.json
@@ -52,6 +52,7 @@
"eps": ["application/postscript"],
"erf": ["image/x-dcraw"],
"exe": ["application/x-ms-dos-executable"],
+ "fb2": ["application/x-fictionbook+xml", "text/plain"],
"flac": ["audio/flac"],
"flv": ["video/x-flv"],
"gif": ["image/gif"],