Use https links for keroserene.net.

This commit is contained in:
David Fifield 2017-07-14 18:36:44 -07:00
parent bfea72b50e
commit f2ee53e42e
2 changed files with 4 additions and 4 deletions

View file

@ -2,9 +2,9 @@ This is the browser proxy component of Snowflake.
### Embedding ### 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 ### Testing

View file

@ -52,13 +52,13 @@ It is now possible to embed the Snowflake badge on any website:
</p> </p>
<textarea readonly> <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> </textarea>
<p> <p>
Which looks like this: Which looks like this:
</p> </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> <p>
If it animates, then congratulations -- you are currently acting as a Tor bridge. If it animates, then congratulations -- you are currently acting as a Tor bridge.