mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
web view fixes + disclaimer
This commit is contained in:
@@ -55,7 +55,7 @@ function deriveMime(type, mime) {
|
||||
mime = 'text/plain';
|
||||
} else if (['relation-map', 'search', 'canvas'].includes(type)) {
|
||||
mime = 'application/json';
|
||||
} else if (['render', 'book', 'iframe'].includes(type)) {
|
||||
} else if (['render', 'book', 'web-view'].includes(type)) {
|
||||
mime = '';
|
||||
} else {
|
||||
mime = 'application/octet-stream';
|
||||
|
||||
Reference in New Issue
Block a user