ckeditor 3.0 导致“未经身份验证的内容”当简单地包含在 HTTPS 页面上时

发布于 2024-08-11 16:13:25 字数 270 浏览 1 评论 0原文

当我将上周从其网站下载的 ckeditor 又名 fckeditor(版本 3.0.1 修订版 4391)包含到 SSL 加密的页面中时,我收到 Firefox 坏锁图标和警告“警告:包含未经身份验证的内容”。然而,IE8根本不会给出这个错误。我检查了标头(实时 HTTP 标头),所有内容都通过 SSL 包含在内。有人对此有任何解决方案吗?

只需包含脚本即可发生这种情况,如下所示 <脚本类型=“text/javascript”src=“/js/manager/settings.js”>

When I include ckeditor aka fckeditor (version 3.0.1 revision 4391), which I downloaded from their site last week, into a page that is SSL encrypted, I get the Firefox broken lock icon and the warning "Warning: contains unauthenticated content". However, IE8 doesn't give this error at all. I checked the headers (Live HTTP headers), and everything is being included VIA SSL. Anyone have any solutions regarding this?

This happens by just including the script, like so
<script type="text/javascript" src="/js/manager/settings.js"></script>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

洒一地阳光 2024-08-18 16:13:25

我还在我们的安全门户上发现了同样的问题。只有那些使用“ckeditor.js”的网页才会发出此警告。

尝试搜索 ckeditor js 文件一段时间以查找使用 http 而不是 https 的任何地方。

“plugins/flash/dialogs/flash.js”嵌入了“http://macromedia blah blah...” 。将其更改为“https://macromedia .. blah blah ...”并没有解决问题,尽管我们的通用 Flash 嵌入页面可以工作这个解决方法很好。 :(

今晚我会尝试在代码中找到更多信息...

如果您找到解决方案,请将其放在这里...


[http://dev.fckeditor.net/ticket/3905][1]

这将在 3.1.x 及以上版本中修复。

尝试签出开发标签 这


从 3.1.x 下的开发分支检查了 CKEditor,

太棒了,警告消失了。

I also found the same problem on our secure portal. Only those web pages using the "ckeditor.js" is giving this warning.

Tried for some time searching through the ckeditor js files to find anywhere which uses http instead of https.

"plugins/flash/dialogs/flash.js" is having the embed from "http://macromedia blah blah...". Changing it to "https://macromedia .. blah blah..." did not solve it although our general flash embedded pages works fine with this workaround. :(

I will try to find out some more in the code... tonight.

If you find solution please put it here...


[http://dev.fckeditor.net/ticket/3905][1]

This will be fixed on 3.1.x onwards as it says.

trying to checkout a development tag.


Checked out CKEditor from a development branch under 3.1.x

This is great! the warning is gone.

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