[tor-commits] [flashproxy/master] Use explicit https scheme in iframe link.

dcf at torproject.org dcf at torproject.org
Mon Mar 12 06:57:37 UTC 2012


commit 836b7a279a42b4a2099711696349f293f57d1f8d
Author: David Fifield <david at bamsoftware.com>
Date:   Sun Mar 11 23:54:17 2012 -0700

    Use explicit https scheme in iframe link.
    
    This is better even if the enclosing page is plain HTTP.
---
 README |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/README b/README
index 25431bb..006db8c 100644
--- a/README
+++ b/README
@@ -152,7 +152,7 @@ wait a few minutes. It can take a while to download relay descriptors.
 
 Paste in this HTML where you want the badge to appear:
 
-<iframe src="//crypto.stanford.edu/flashproxy/embed.html" width="70px" height="23px" frameBorder="0" scrolling="no"></iframe>
+<iframe src="https://crypto.stanford.edu/flashproxy/embed.html" width="70px" height="23px" frameBorder="0" scrolling="no"></iframe>
 
 
 == For developers



More information about the tor-commits mailing list