[tor-commits] [snowflake/master] Use https links for keroserene.net.

dcf at torproject.org dcf at torproject.org
Sat Jul 15 01:37:02 UTC 2017


commit f2ee53e42ed9c81688ee9dc8c5fb395eb1e3f59c
Author: David Fifield <david at bamsoftware.com>
Date:   Fri Jul 14 18:36:44 2017 -0700

    Use https links for keroserene.net.
---
 proxy/README.md         | 4 ++--
 proxy/static/index.html | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/proxy/README.md b/proxy/README.md
index 4686783..2a0f7ea 100644
--- a/proxy/README.md
+++ b/proxy/README.md
@@ -2,9 +2,9 @@ This is the browser proxy component of Snowflake.
 
 ### Embedding
 
-See [keroserene.net/snowflake](http://keroserene.net/snowflake) for more info:
+See [keroserene.net/snowflake](https://keroserene.net/snowflake) for more info:
 ```
-<iframe src="http://keroserene.net/snowflake/embed.html" width="88" height="16" frameborder="0" scrolling="no"></iframe>
+<iframe src="https://keroserene.net/snowflake/embed.html" width="88" height="16" frameborder="0" scrolling="no"></iframe>
 ```
 
 ### Testing
diff --git a/proxy/static/index.html b/proxy/static/index.html
index 895f67d..f0beced 100644
--- a/proxy/static/index.html
+++ b/proxy/static/index.html
@@ -52,13 +52,13 @@ It is now possible to embed the Snowflake badge on any website:
 </p>
 
 <textarea readonly>
-<iframe src="http://keroserene.net/snowflake/embed.html" width="88" height="16" frameborder="0" scrolling="no"></iframe>
+<iframe src="https://keroserene.net/snowflake/embed.html" width="88" height="16" frameborder="0" scrolling="no"></iframe>
 </textarea>
 
 <p>
 Which looks like this:
 </p>
-<iframe src="http://keroserene.net/snowflake/embed.html" width="88" height="16" frameborder="0" scrolling="no"></iframe>
+<iframe src="https://keroserene.net/snowflake/embed.html" width="88" height="16" frameborder="0" scrolling="no"></iframe>
 
 <p>
 If it animates, then congratulations -- you are currently acting as a Tor bridge.



More information about the tor-commits mailing list