Ubuntu 8.10 和 Firefox 中未出现可信小程序安全警告(是/否)对话框
有人遇到过这种情况吗?它似乎会锁定浏览器,直到我强制退出,并且我有一个用户的设置可以可靠地重现此情况,这让我很担心。想法?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果动态嵌入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.