Ver código fonte

Use Google Chart API over https

This avoids an insecure form submission warning when the page is
accessed over https.
Ryan C. Thompson 8 anos atrás
pai
commit
6f97dc5a9c
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      examples/Gaasterland/illumina-qc.html

+ 2 - 2
examples/Gaasterland/illumina-qc.html

@@ -22,8 +22,8 @@
   </script>
   </head>
   <body onload="loadGraph()">
-    <form action='http://chart.apis.google.com/chart' method='POST' id='post_form'
-          onsubmit="this.action = 'http://chart.apis.google.com/chart?chid=' + (new Date()).getMilliseconds(); return true;">
+    <form action='https://chart.apis.google.com/chart' method='POST' id='post_form'
+          onsubmit="this.action = 'https://chart.apis.google.com/chart?chid=' + (new Date()).getMilliseconds(); return true;">
 
       <input type='hidden' name='chxr' value='0,0,101,10|2,0,1789552721,400000000'/>
       <input type='hidden' name='chtt' value='Quality by read position'/>