百度ueditor编辑器插入地图空白的解决方法
经验分享
我的站长站
2019-03-16
共940人阅读
解决方法
修改配置文件ueditor.config.js
搜索: whitList 增加下面第二行iframe即可
,whitList:{
iframe: ['frameborder','border','marginwidth','marginheight','width','height','src','id'],//增加这一行
a: ['target', 'href', 'title', 'class', 'style'],说明:新版本百度编辑器ueditor要修改 xss过滤白名单

