mirror of
https://github.com/zadam/trilium.git
synced 2025-01-16 03:58:53 +08:00
don't strip evernote links during import, #1319
This commit is contained in:
parent
c2b64bad80
commit
0cb46f8f9b
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue