I have an Apple digitally signed applet. When a user visits the applet page on my website, they will be asked to accept the signed applet or not.
How can I determine if the user has accepted the applet? Either from javascript / html, or from the applet itself (if the user clicks the "Cancel" button, does it start with limited prvileges or does not start at all?) Or, perhaps, from another applet that is unsigned on the same page?
source share