commit 27b74b1666df03c60954957958c6dc1fb47b7c22 Author: David Fifield david@bamsoftware.com Date: Thu Dec 20 17:10:50 2018 -0700
Use a relative URL for the embed in the sample page.
To facilitate local testing. --- proxy/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxy/static/index.html b/proxy/static/index.html index d34d08b..1c78908 100644 --- a/proxy/static/index.html +++ b/proxy/static/index.html @@ -60,7 +60,7 @@ It is now possible to embed the Snowflake badge on any website: <p> Which looks like this: </p> -<iframe src="https://snowflake.torproject.org/embed.html" width="88" height="16" frameborder="0" scrolling="no"></iframe> +<iframe src="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.
tor-commits@lists.torproject.org