From 3bebf825e46f024912705a9e5a6b208b3c751fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=8D=9A?= Date: Wed, 10 Aug 2016 10:56:35 +0800 Subject: [PATCH] fix(kityformula-plugin): updated xss whitelist to avoid mistaken kityformula-plugin image --- ueditor.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ueditor.config.js b/ueditor.config.js index fbea12394..4832e0010 100755 --- a/ueditor.config.js +++ b/ueditor.config.js @@ -400,7 +400,7 @@ header: [], hr: [], i: ['class', 'style'], - img: ['src', 'alt', 'title', 'width', 'height', 'id', '_src', 'loadingclass', 'class'], + img: ['src', 'alt', 'title', 'width', 'height', 'id', '_src', 'loadingclass', 'class', 'data-latex'], ins: ['datetime'], li: ['class', 'style'], mark: [],