[tor-commits] [flashproxy/master] Use http not https in static link to stanford flashproxy page.

dcf at torproject.org dcf at torproject.org
Mon Jul 9 19:39:24 UTC 2012


commit 163669c56300b1b0c9fcbd0a99b083341e10a33a
Author: David Fifield <david at bamsoftware.com>
Date:   Mon Jul 9 12:02:54 2012 -0700

    Use http not https in static link to stanford flashproxy page.
    
    See 1caa8dad for previous changes in this vein.
---
 embed.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/embed.html b/embed.html
index 0b55f00..fce05ff 100644
--- a/embed.html
+++ b/embed.html
@@ -55,7 +55,7 @@ body {
 flashproxy_badge_insert().start();
 </script>
 <noscript>
-<div id="flashproxy-badge"><a href="https://crypto.stanford.edu/flashproxy/" target="_parent"><img src="badge.png" border="0" alt="I support Internet freedom"></a></div>
+<div id="flashproxy-badge"><a href="http://crypto.stanford.edu/flashproxy/" target="_parent"><img src="badge.png" border="0" alt="I support Internet freedom"></a></div>
 </noscript>
 </body>
 </html>





More information about the tor-commits mailing list