博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

[转]解决百度ueditor插入动态地图空白 支持iframe方法

Posted on 2019-04-26 22:48  火冰·瓶  阅读(587)  评论(0)    收藏  举报

说明:新版本ueditor要修改 xss过滤白名单 

修改配置文件ueditor.config.js 

搜索:  whitList 增加下面第二行即可

,whitList:{
iframe: ['frameborder','border','marginwidth','marginheight','width','height','src','id'],//增加这一行
a:      ['target', 'href', 'title', 'class', 'style'],