blob: edb5bb8f02842813e4047ee625f117c30d0503ba [file] [log] [blame]
<html>
<head><title>Page that runs insecure content</title></head>
<body>
</body>
<script>
var s = document.createElement("script");
s.src = "http://different-http-host.test/ssl/randomize_hash.js";
document.body.appendChild(s);
</script>
</html>