我可以将 Firefox 设置为轻松运行未签名的小程序吗?
有什么方法可以将我的 Linux 盒子的 Firefox 浏览器设置为运行未签名的小程序吗?这是一个隔离的测试机。我可以将我的 Firefox 设置为不太安全,意味着可以运行任何未签名的小程序吗?
我在使用本地 html 文件在我自己的本地系统上加载签名小程序时遇到问题。
需要建议。
Is there any way that I can set my Linux box's firefox browser to run unsigned applet? This is an isolated testing machine. Can I set my firefox to be less secure, means can run any unsigned applets?
Im having problems in loading signed applets on my own local system with local html files.
Need advice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为这是 Firefox 不允许您从文件系统运行小程序的问题。如果您在本地主机上有一个 Web 服务器并以这种方式提供目录,那么它就可以正常工作。我不确定如何更改 Firefox 的配置,但值得注意的是其他浏览器没有此限制。因此,如果您安装了 Safari 或 Opera,则可以使用它们进行测试。
I think this is an issue with Firefox not allowing you to run applets from the file system. If you have a web server on localhost and serve the directory up that way it works fine. I'm not sure how you can change Firefox's configuration, but it's worth noting that other browsers don't have this restriction. So if you have Safari or Opera installed, you can test with those.
与 Firefox 相比,签名/未签名的小程序更多的是 Java 插件的功能。我建议您使用自签名密钥签署您的小程序。然后,您只需将自签名公钥添加到 Java JVM 中的可信密钥列表中即可。
The signed/unsigned applet is more a function of the Java plugin than Firefox. I'd suggest you sign your applet with a self-signed key. You then just need to add your self-signed public key to the listed of trusted keys within the Java JVM.