mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
Merge remote-tracking branch 'origin/develop' into feature/extend-kept-html-tags
; Conflicts: ; src/routes/api/options.ts ; src/services/options_init.ts
This commit is contained in:
@@ -60,7 +60,10 @@ function sanitize(dirtyHtml: string) {
|
||||
'mumble', 'nfs', 'onenote', 'pop', 'rmi', 's3', 'sftp', 'skype', 'sms', 'spotify', 'steam', 'svn', 'udp',
|
||||
'view-source', 'vnc', 'ws', 'wss', 'xmpp', 'jdbc', 'slack'
|
||||
],
|
||||
transformTags,
|
||||
nonTextTags: [
|
||||
'head'
|
||||
],
|
||||
transformTags
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user