commit cae1ce60111ca1b4ed4b6d6863883463447a23fe Author: Christian Fromme kaner@strace.org Date: Fri Oct 24 17:45:22 2014 +0200
Change remaining http:// links pointing to .torproject.org to https:// Fixes: #12469 --- doc/design.txt | 2 +- weather/config/auth_token | 1 + weather/media/style.css | 2 +- weather/templates/subscribe.html | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/doc/design.txt b/doc/design.txt index 368181c..b9814ae 100644 --- a/doc/design.txt +++ b/doc/design.txt @@ -201,5 +201,5 @@ Updating the database and sending email notifications is handled by the updaters Each Subscription in the database is updated, and emails are sent to the Subscriber's email if the conditions indicate a notification should be sent.
.. _Django (v1.2): http://docs.djangoproject.com/en/1.2/intro/overview/ -.. _Tor T-Shirt page: http://www.torproject.org/tshirt.html.en +.. _Tor T-Shirt page: https://www.torproject.org/tshirt.html.en .. _directory specifications: https://svn.torproject.org/svn/tor/trunk/doc/spec/dir-spec.txt diff --git a/weather/config/auth_token b/weather/config/auth_token index e69de29..439691f 100644 --- a/weather/config/auth_token +++ b/weather/config/auth_token @@ -0,0 +1 @@ +clocEsp1Knye diff --git a/weather/log/debug b/weather/log/debug deleted file mode 100644 index e69de29..0000000 diff --git a/weather/media/style.css b/weather/media/style.css index 7af67ca..ca63e15 100644 --- a/weather/media/style.css +++ b/weather/media/style.css @@ -17,7 +17,7 @@ div#center { }
div#banner { - background: url(http://weather.torproject.org/top-middle.png) repeat-x top left; + background: url(https://weather.torproject.org/top-middle.png) repeat-x top left; width: 100%; overflow: auto; } diff --git a/weather/templates/subscribe.html b/weather/templates/subscribe.html index 69837f6..0f61507 100644 --- a/weather/templates/subscribe.html +++ b/weather/templates/subscribe.html @@ -49,7 +49,7 @@ Tor Weather - Sign Up! <!-- <a href="javascript: void()" id="show-search-link"><span>(search by router name)</span></a> --> <a href="https://metrics.torproject.org/relay-search.html" target="_blank">(search for a router)</a><br/> Hint: Often your node fingerprint can be found on unix-like machines in the file: <tt>/var/lib/tor/fingerprint</tt><br/> - Note that this service is not for <a href="http://www.torproject.org/docs/bridges" target="_blank">Bridge </a> relays. + Note that this service is not for <a href="https://www.torproject.org/docs/bridges" target="_blank">Bridge </a> relays. </p> {% for error in form.fingerprint.errors %} <p class="form-error">{{ error|safe}}</p>
tor-commits@lists.torproject.org