import fixes

This commit is contained in:
zadam
2020-07-27 23:40:14 +02:00
parent c92526372c
commit c9cbc2db02
4 changed files with 8 additions and 5 deletions

View File

@@ -20,7 +20,8 @@ function sanitize(dirtyHtml) {
'label': [ 'class' ],
'input': [ 'class', 'type', 'disabled' ],
'code': [ 'class' ]
}
},
allowedSchemes: ['http', 'https', 'ftp', 'mailto', 'data']
});
}