mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
imported internal links crash ckeditor, #1979
This commit is contained in:
@@ -11,7 +11,7 @@ function sanitize(dirtyHtml) {
|
||||
'figure', 'span', 'label', 'input'
|
||||
],
|
||||
allowedAttributes: {
|
||||
'a': [ 'href', 'class' ],
|
||||
'a': [ 'href', 'class', 'data-note-path' ],
|
||||
'img': [ 'src' ],
|
||||
'section': [ 'class', 'data-note-id' ],
|
||||
'figure': [ 'class' ],
|
||||
|
||||
Reference in New Issue
Block a user