
|
3.11 Using a SSL connection, I receive a prompt asking whether to display unsecure elements on the page. What is it caused by and how can I prevent this behaviour?
You are receiving this prompt because every time a page containing the editor is loaded, your browser will check if you have a compatible version of Java installed. If this is not the case, it will automatically propose a current version of Java for download. However, to ensure this can happen automatically, the installed version of Java is compared to the current version of Sun's Java, which will build up a HTTP connection, which in turn causes this dialog to appear.
|
|