Ubuntu 8.10 和 Firefox 中未出现可信小程序安全警告(是/否)对话框

发布于 2024-08-03 23:57:04 字数 68 浏览 4 评论 0原文

有人遇到过这种情况吗?它似乎会锁定浏览器,直到我强制退出,并且我有一个用户的设置可以可靠地重现此情况,这让我很担心。想法?

Has anyone ever had this happen? It appears to lock the browser up until I force quit, and I have a user whose setup can reliably reproduce this, which worries me. Thoughts?

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

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

发布评论

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

评论(1

来世叙缘 2024-08-10 23:57:04

如果动态嵌入applet,openjdk和所有linux都会崩溃。您必须将小程序嵌入到页面的渲染中;这是无法回避的。

我使用 iframe 来解决这个问题,同时仍然保持 AJAX 的感觉。

If you dynamically embed the applet, openjdk and all linux will break. You have to embed the applet on the rendering of a page; there's no getting around this.

I used an iframe to resolve this issue while still maintaining an AJAX feel.

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