mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-09 05:39:13 -05:00
don't strip evernote links during import, #1319
This commit is contained in:
@@ -21,7 +21,7 @@ function sanitize(dirtyHtml) {
|
||||
'input': [ 'class', 'type', 'disabled' ],
|
||||
'code': [ 'class' ]
|
||||
},
|
||||
allowedSchemes: ['http', 'https', 'ftp', 'mailto', 'data']
|
||||
allowedSchemes: ['http', 'https', 'ftp', 'mailto', 'data', 'evernote']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user