解决百度ueditor插入动态地图空白 支持iframe方法
Posted init-007
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决百度ueditor插入动态地图空白 支持iframe方法相关的知识,希望对你有一定的参考价值。
说明:新版本ueditor要修改 xss过滤白名单
修改配置文件ueditor.config.js
搜索: whitList 增加下面一行即可
,whitList: iframe: [‘frameborder‘,‘border‘,‘marginwidth‘,‘marginheight‘,‘width‘,‘height‘,‘src‘,‘id‘],//增加这一行 a: [‘target‘, ‘href‘, ‘title‘, ‘class‘, ‘style‘],
原文:https://blog.csdn.net/happy_jijiawei/article/details/79033744
以上是关于解决百度ueditor插入动态地图空白 支持iframe方法的主要内容,如果未能解决你的问题,请参考以下文章
解决百度ueditor插入动态地图空白 支持iframe方法
[转]解决百度ueditor插入动态地图空白 支持iframe方法