首页 > 其他 > 详细

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

时间:2019-04-27 00:22:39      阅读:246      评论:0      收藏:0      [点我收藏+]

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

修改配置文件ueditor.config.js 

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

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

  

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

原文:https://www.cnblogs.com/fireicesion/p/10777102.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!