ueditor是百度推出的html富文本编辑器.还是非常好用的,新版本增加了严格的安全限止甚至限止到了自己的百度插入代码,导致插入百度出现一片空白的情况.
说明:新版本ueditor要修改 xss过滤白名单
修改配置文件ueditor.config.js
搜索: whitList 增加下面第二行即可
,whitList:{
iframe: [\'frameborder\',\'border\',\'marginwidth\',\'marginheight\',\'width\',\'height\',\'src\',\'id\'],//增加这一行
a: [\'target\', \'href\', \'title\', \'class\', \'style\'],