解决百度ueditor插入动态地图空白 支持iframe方法
说明:新版本ueditor要修改 xss过滤白名单
修改配置文件ueditor.config.js
搜索: whitList 增加下面第二行iframe即可
PHP Code复制内容到剪贴板
- ,whitList:{
- iframe: ['frameborder','border','marginwidth','marginheight','width','height','src','id'],//增加这一行
- a: ['target', 'href', 'title', 'class', 'style'],