百度ueditor编辑器插入地图空白的解决方法
我的站长站
2019-03-16
共人阅读
解决方法
修改配置文件ueditor.config.js
搜索: whitList 增加下面第二行iframe即可
,whitList:{
iframe: ['frameborder','border','marginwidth','marginheight','width','height','src','id'],//增加这一行
a: ['target', 'href', 'title', 'class', 'style'],说明:新版本百度编辑器ueditor要修改 xss过滤白名单
相关专题
编辑器
2021-05-14 237编辑器是网站开发与内容发布的必备核心工具。本专题精心整理多款常用网页编辑器资源,涵盖各大主流CMS适配编辑器插件、开源HTML可视化编辑器源码、富文本编辑组件...
- UEditorPlus开源免费编辑器分享 [2025-04-15]
- ueditor百度编辑器取消span、b、i标签过滤方法 [2024-09-28]
- Novel开源Notion风格WYSIWYG编辑器,支持AI自动补全 [2024-09-04]
- disable-gutenberg禁用古腾堡(Gutenberg)编辑器插件 [2024-08-06]
- 网页版JSON编辑器源码 [2024-07-07]

