Home  >  Article  >  Backend Development  >  ckeditor的安全性有关问题

ckeditor的安全性有关问题

WBOY
WBOYOriginal
2016-06-13 11:26:45809browse

ckeditor的安全性问题
ckeditor 是一个可视化的编辑工具,当提交时,POST到服务器端的是“HTML代码”,

虽然在客户端的“所见即所得”模式下,会自动过滤一些不安全的代码,但并不能保证服务器端接收到的都是安全的HTML代码,ckeditor 是否提供有服务器端的HTML过滤工具?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn