You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Only transform <font>
This commit is contained in:
@@ -141,7 +141,7 @@ var sanitizeHtmlParams = {
|
|||||||
attribs.rel = 'noopener'; // https://mathiasbynens.github.io/rel-noopener/
|
attribs.rel = 'noopener'; // https://mathiasbynens.github.io/rel-noopener/
|
||||||
return { tagName: tagName, attribs : attribs };
|
return { tagName: tagName, attribs : attribs };
|
||||||
},
|
},
|
||||||
'*': function(tagName, attribs) {
|
'font': function(tagName, attribs) {
|
||||||
// Only allow certain CSS attributes to avoid XSS attacks
|
// Only allow certain CSS attributes to avoid XSS attacks
|
||||||
// Sanitizing values to avoid `url(...)` and `expression(...)` attacks
|
// Sanitizing values to avoid `url(...)` and `expression(...)` attacks
|
||||||
if (!attribs.style) {
|
if (!attribs.style) {
|
||||||
|
|||||||
Reference in New Issue
Block a user