2 <head><title>Page with unsafe contents
</title>
10 function ImageWidth() {
11 return document
.getElementById("bad_image").width
;
14 <script src=
"https://REPLACE_WITH_HOST_AND_PORT/files/ssl/set_foo.js"></script>
18 This page contains an image which is served over an insecure HTTPS connection...
<br>
19 <img id=
"bad_image" src=
"https://REPLACE_WITH_HOST_AND_PORT/files/ssl/google_files/logo.gif"/>
22 And an IFrame served over insecure HTTPS...
<br>
23 <iframe id=
"bad_iframe" src=
"https://REPLACE_WITH_HOST_AND_PORT/files/ssl/bad_iframe.html"/>
26 And even worse, some JavaScript served over insecure HTTPS...
<br>