Handle audio and video files
This commit is contained in:
parent
0b728ff390
commit
7286aa28e1
3 changed files with 60 additions and 8 deletions
|
@ -233,7 +233,7 @@ const transformTags: IExtendedSanitizeOptions["transformTags"] = { // custom to
|
|||
},
|
||||
};
|
||||
|
||||
const sanitizeHtmlParams: IExtendedSanitizeOptions = {
|
||||
export const sanitizeHtmlParams: IExtendedSanitizeOptions = {
|
||||
allowedTags: [
|
||||
'font', // custom to matrix for IRC-style font coloring
|
||||
'del', // for markdown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue