tags.js (DOMPurify-3.0.1) | : | tags.js (DOMPurify-3.0.2) | ||
---|---|---|---|---|
skipping to change at line 257 | skipping to change at line 257 | |||
'mstyle', | 'mstyle', | |||
'msub', | 'msub', | |||
'msup', | 'msup', | |||
'msubsup', | 'msubsup', | |||
'mtable', | 'mtable', | |||
'mtd', | 'mtd', | |||
'mtext', | 'mtext', | |||
'mtr', | 'mtr', | |||
'munder', | 'munder', | |||
'munderover', | 'munderover', | |||
'mprescripts', | ||||
]); | ]); | |||
// Similarly to SVG, we want to know all MathML elements, | // Similarly to SVG, we want to know all MathML elements, | |||
// even those that we disallow by default. | // even those that we disallow by default. | |||
export const mathMlDisallowed = freeze([ | export const mathMlDisallowed = freeze([ | |||
'maction', | 'maction', | |||
'maligngroup', | 'maligngroup', | |||
'malignmark', | 'malignmark', | |||
'mlongdiv', | 'mlongdiv', | |||
'mscarries', | 'mscarries', | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |