简体   繁体   English

永远接受签名的小程序

[英]Accept signed applets forever

If I develop a signed applet and embed it in several webpages, each visitor: 如果我开发了一个签名的小程序并将其嵌入到多个网页中,则每个访问者:

  • Should I accept the same applet on every single webpage? 我应该在每个网页上接受相同的applet吗?
  • Should accept it again if the user deletes the temporary internet files? 如果用户删除临时Internet文件,应该再次接受它吗?
  • Shoud accept it again if the user visits the same webpage with a different browser? 如果用户使用其他浏览器访问相同的网页,应该再次接受吗?

What about unsigned applets? 未签名的小程序呢?

Thank you 谢谢

The current Oracle JRE has an tick box option to always accept the certificate . 当前的Oracle JRE具有一个复选框,以始终接受证书 This means that other applets [jars], or just different versions of the same applet, signed with the same certificate will also be always accepted. 这意味着使用相同证书签名的其他小程序[jar]或同一小程序的不同版本也将始终被接受。 This is independent of site or cached files. 这独立于站点或缓存的文件。 Previously always trusted certificates can be removed in the Java Control Panel under the Security tab. 以前始终受信任的证书可以在“安全性”选项卡下的“ Java控制面板”中删除。

The current Apple JRE allows always accepting for an applet from the same site. 当前的Apple JRE允许始终接受来自同一站点的applet。 It was recently announced that Apple will be contributing back to the Oracle OpenJDK. 最近宣布,苹果将为Oracle OpenJDK做出贡献。

For unsigned applets there is no certificate to accept. 对于未签名的小程序,没有证书可以接受。 They are run without elevated privileges. 它们在没有提升特权的情况下运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM