允许用户沿着文本插入图像。 如何实施及安全相关问题
我们有一个网站,希望允许用户在所有插入的文本中插入图像。
我们正在考虑使用 fckeditor 原生功能来实现这一点。
你推荐吗? 我们必须注意哪些与安全相关的问题?
我注意到堆栈溢出使用图像服务器来显示图像。 您认为是因为安全性还是因为磁盘大小?
预先感谢大家!
We have a website that we want to allow users insert images in all inserted text.
We where thinking to use fckeditor native functionalities to implement this.
Do you recommend? What kind of security related concerns do we have to do?
I notice that stack overflow use image servers to display images. Do you think is because security or is because disk size?
Thanks all of you in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
安全性不依赖于FCKeditor。 安全性将依赖于服务器端应用程序。
关于图像服务器,通常用于通过缓存和区域/大陆服务器来优化图像分发(目标是减少客户端和服务器之间的往返)。
The security won't rely on FCKeditor. The security will rely on the server-side application.
Regarding the image server, it is usually used to optimize image distribution through caching and regional/continental servers (the goal is to reduce the round trip between the client and the server).