diff --git a/src/HtmlUtils.js b/src/HtmlUtils.js
index ea72b92eaf..e291632eca 100644
--- a/src/HtmlUtils.js
+++ b/src/HtmlUtils.js
@@ -153,7 +153,7 @@ const sanitizeHtmlParams = {
allowedSchemes: ['http', 'https', 'ftp', 'mailto'],
allowedSchemesByTag: {
- img: [ 'data', 'mxc' ],
+ img: ['mxc'],
},
allowProtocolRelative: false,