允许用户沿着文本插入图像。 如何实施及安全相关问题

发布于 2024-08-02 00:23:58 字数 183 浏览 9 评论 0原文

我们有一个网站,希望允许用户在所有插入的文本中插入图像。

我们正在考虑使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月棠 2024-08-09 00:23:58

安全性不依赖于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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文